1
0

Перенес настройку в конфиг

This commit is contained in:
Anton Vakhrushev 2023-11-02 15:27:33 +03:00
parent 87135056cf
commit 11a971ad67
Signed by: av
GPG Key ID: 581F7473F7A21FA2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ vars:
sh: id -u sh: id -u
GROUP_ID: GROUP_ID:
sh: id -g sh: id -g
ANSIBLE_HOST_KEY_CHECKING: 'True'
tasks: tasks:
edit-vars: edit-vars:

View File

@ -1,3 +1,4 @@
[defaults] [defaults]
roles_path = ./ansible/galaxy.roles host_key_checking = True
vault_password_file = ./ansible-vault-password-file vault_password_file = ./ansible-vault-password-file
roles_path = ./ansible/galaxy.roles