fix playbook&cfg

This commit is contained in:
reqwizz 2024-11-11 23:04:45 +03:00
parent 83ec1528ca
commit ac4bad6936
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[defaults] [defaults]
inventory = inventory.yml inventory = inventory.yml
roles_path = /ansible/roles roles_path = ./ansible/roles
host_key_checking = False host_key_checking = False

View File

@ -1,4 +1,3 @@
- hosts: all - hosts: all
become: true
roles: roles:
- site_setup - site_setup