Init /etc/ansible directory
This commit is contained in:
parent
75b6bb0221
commit
880b45940f
|
|
@ -40,6 +40,15 @@
|
||||||
state: directory
|
state: directory
|
||||||
mode: u=rwx,g=rw,o=r
|
mode: u=rwx,g=rw,o=r
|
||||||
|
|
||||||
|
- name: Init etc directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/ansible
|
||||||
|
owner: ansible
|
||||||
|
group: ansible
|
||||||
|
state: directory
|
||||||
|
mode: u=rwx,g=rw,o=r
|
||||||
|
|
||||||
|
|
||||||
# Inserts public keys of allowed externals users to log in as ansible
|
# Inserts public keys of allowed externals users to log in as ansible
|
||||||
# e.g. fabio
|
# e.g. fabio
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue