Add openssh_keypair module (#46436)

* add openssh_keypair module
This commit is contained in:
lolcube
2018-10-24 12:51:45 +02:00
committed by John R Barker
parent 20b95adf2b
commit eb7f6a5e62
9 changed files with 394 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: Include OS-specific variables
include_vars: '{{ ansible_os_family }}.yml'
when: not ansible_os_family == "Darwin" and not ansible_os_family == "FreeBSD"
- name: Install ssh-keygen
package:
name: '{{ openssh_client_package_name }}'
when: not ansible_os_family == "Darwin" and not ansible_os_family == "FreeBSD"

View File

@@ -0,0 +1 @@
openssh_client_package_name: openssh-client

View File

@@ -0,0 +1 @@
openssh_client_package_name: openssh-clients

View File

@@ -0,0 +1 @@
openssh_client_package_name: openssh