Change commands
This commit is contained in:
parent
0f3ebb0232
commit
fd2ac3ea27
8
Makefile
8
Makefile
@ -1,14 +1,18 @@
|
|||||||
configure:
|
configure:
|
||||||
ansible-playbook \
|
ansible-playbook \
|
||||||
--inventory "ansible/hosts_prod" \
|
--inventory "ansible/hosts_prod" \
|
||||||
--user=av \
|
--extra-vars='ansible_python_interpreter=/usr/bin/python3' \
|
||||||
|
--become \
|
||||||
|
--become-user=av \
|
||||||
--ask-become-pass \
|
--ask-become-pass \
|
||||||
ansible/configuration.yml
|
ansible/configuration.yml
|
||||||
|
|
||||||
dry-run:
|
dry-run:
|
||||||
ansible-playbook \
|
ansible-playbook \
|
||||||
--inventory "ansible/hosts_prod" \
|
--inventory "ansible/hosts_prod" \
|
||||||
--user=av \
|
--extra-vars='ansible_python_interpreter=/usr/bin/python3' \
|
||||||
|
--become \
|
||||||
|
--become-user=av \
|
||||||
--ask-become-pass \
|
--ask-become-pass \
|
||||||
--check \
|
--check \
|
||||||
--diff \
|
--diff \
|
||||||
|
Loading…
Reference in New Issue
Block a user