mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
8
test/integration/targets/setup_ssh_keygen/tasks/main.yml
Normal file
8
test/integration/targets/setup_ssh_keygen/tasks/main.yml
Normal 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"
|
||||
@@ -0,0 +1 @@
|
||||
openssh_client_package_name: openssh-client
|
||||
@@ -0,0 +1 @@
|
||||
openssh_client_package_name: openssh-clients
|
||||
1
test/integration/targets/setup_ssh_keygen/vars/Suse.yml
Normal file
1
test/integration/targets/setup_ssh_keygen/vars/Suse.yml
Normal file
@@ -0,0 +1 @@
|
||||
openssh_client_package_name: openssh
|
||||
Reference in New Issue
Block a user