bootstrap and ping playbooks for new ansible

This commit is contained in:
2021-12-22 10:09:00 -05:00
parent d8ed170ecc
commit ebae058a0b
9 changed files with 89 additions and 1 deletions

5
ansible-5/ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
# local ansible config file
[defaults]
inventory = ./inventory.ini
remote_user = ansible
roles_path = ./roles