...
|
...
|
@@ -74,5 +74,8 @@ ansible-playbook -i inventories/az3/hosts playbooks/ping.yml |
|
|
# run command
|
|
|
ansible all -m shell -a "cat /etc/resolv.conf" -i inventories/az3/hosts
|
|
|
|
|
|
#remove service
|
|
|
ansible-playbook -i inventories/test/remove_az1.ini playbooks/java.remove_service.yml --extra-vars "service=order"
|
|
|
|
|
|
```
|
|
|
|
...
|
...
|
|