Rename check command
This commit is contained in:
parent
2e6a23a0e3
commit
51ae736b53
17
Makefile
17
Makefile
@ -1,5 +1,18 @@
|
|||||||
configure:
|
configure:
|
||||||
ansible-playbook --inventory "ansible/hosts_prod" --user=av --ask-become-pass ansible/configuration.yml
|
ansible-playbook \
|
||||||
|
--inventory "ansible/hosts_prod" \
|
||||||
|
--user=av \
|
||||||
|
--ask-become-pass \
|
||||||
|
ansible/configuration.yml
|
||||||
|
|
||||||
|
dry-run:
|
||||||
|
ansible-playbook \
|
||||||
|
--inventory "ansible/hosts_prod" \
|
||||||
|
--user=av \
|
||||||
|
--ask-become-pass \
|
||||||
|
--check \
|
||||||
|
--diff \
|
||||||
|
ansible/configuration.yml
|
||||||
|
|
||||||
install-roles:
|
install-roles:
|
||||||
ansible-galaxy install -r "ansible/requirements.yml"
|
ansible-galaxy install -r "ansible/requirements.yml"
|
||||||
@ -11,5 +24,3 @@ lint-configuration:
|
|||||||
ansible-lint "./ansible/configuration.yml" --exclude="./ansible/galaxy.roles/" -v || true
|
ansible-lint "./ansible/configuration.yml" --exclude="./ansible/galaxy.roles/" -v || true
|
||||||
ansible-lint "./ansible/roles/ssl-certificate/tasks/main.yml" -v || true
|
ansible-lint "./ansible/roles/ssl-certificate/tasks/main.yml" -v || true
|
||||||
|
|
||||||
check-configure:
|
|
||||||
ansible-playbook --inventory "ansible/hosts_prod" --user=av --ask-become-pass --check ansible/configuration.yml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user