Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
6 years ago
Commit
812b3969dabb0b84f9ed819d482c9b867b9b0a46
1 parent
b00237a9
remove union
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
inventories/test/remove_az1.ini
readme.md
inventories/test/remove_az1.ini
View file @
812b396
...
...
@@ -75,4 +75,14 @@
[erp-gateway]
10.66.70.64
10.66.70.75
\ No newline at end of file
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
...
...
readme.md
View file @
812b396
...
...
@@ -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"
```
...
...
Please
register
or
login
to post a comment