Upload Ansible Files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- name: ADD SSH-Key to Node
|
||||
gather_facts: false
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Create .ssh
|
||||
ansible.windows.win_file:
|
||||
path: ".ssh"
|
||||
state: directory
|
||||
|
||||
roles:
|
||||
- role: add-sshkey
|
||||
Reference in New Issue
Block a user