Change commands
This commit is contained in:
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 \
|
||||||
|
Reference in New Issue
Block a user