Showing
2 changed files
with
14 additions
and
1 deletions
@@ -74,5 +74,8 @@ ansible-playbook -i inventories/az3/hosts playbooks/ping.yml | @@ -74,5 +74,8 @@ ansible-playbook -i inventories/az3/hosts playbooks/ping.yml | ||
74 | # run command | 74 | # run command |
75 | ansible all -m shell -a "cat /etc/resolv.conf" -i inventories/az3/hosts | 75 | ansible all -m shell -a "cat /etc/resolv.conf" -i inventories/az3/hosts |
76 | 76 | ||
77 | +#remove service | ||
78 | +ansible-playbook -i inventories/test/remove_az1.ini playbooks/java.remove_service.yml --extra-vars "service=order" | ||
79 | + | ||
77 | ``` | 80 | ``` |
78 | 81 |
-
Please register or login to post a comment