Feat(ansible): New role for ansible configuration
This commit is contained in:
6
tasks/ansible.yml
Normal file
6
tasks/ansible.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Copy ansible.cfg
|
||||
template:
|
||||
src: files/ansible.cfg
|
||||
dest: /etc/ansible/ansible.cfg
|
||||
|
Reference in New Issue
Block a user