Перенес настройку в конфиг
This commit is contained in:
parent
87135056cf
commit
11a971ad67
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user