Authored by chunhua.zhang

remove union

@@ -75,4 +75,14 @@ @@ -75,4 +75,14 @@
75 75
76 [erp-gateway] 76 [erp-gateway]
77 10.66.70.64 77 10.66.70.64
78 -10.66.70.75  
  78 +10.66.70.75
  79 +
  80 +
  81 +
  82 +[union]
  83 +10.66.70.60
  84 +10.66.70.220
  85 +10.66.70.120
  86 +10.66.70.13
  87 +10.66.70.90
  88 +10.66.70.164
@@ -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