add ansible support
This commit is contained in:
parent
1578f14c71
commit
d61af93d85
4 changed files with 51 additions and 0 deletions
7
ansible/roles/base/tasks/main.yml
Normal file
7
ansible/roles/base/tasks/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Add SSH public keys
|
||||
authorized_key:
|
||||
user: "nschottelius"
|
||||
state: present
|
||||
key: "{{ item }}"
|
||||
with_items: "{{ ssh_keys }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue