diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 29fdb77..8d90872 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,4 +1,4 @@ [defaults] inventory = inventory.yml -roles_path = /ansible/roles +roles_path = ./ansible/roles host_key_checking = False \ No newline at end of file diff --git a/ansible/playbooks/playbook.yml b/ansible/playbooks/playbook.yml index 4f4f23c..3a28656 100644 --- a/ansible/playbooks/playbook.yml +++ b/ansible/playbooks/playbook.yml @@ -1,4 +1,3 @@ - hosts: all - become: true roles: - site_setup \ No newline at end of file