Authored by chunhua.zhang

remove union

... ... @@ -76,3 +76,13 @@
[erp-gateway]
10.66.70.64
10.66.70.75
[union]
10.66.70.60
10.66.70.220
10.66.70.120
10.66.70.13
10.66.70.90
10.66.70.164
... ...
... ... @@ -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"
```
... ...