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
root
2018-09-29 17:53:07 +0800
Commit
92e10039adae57951fa3863958c1d7b16db423d7
1 parent
e7c2eb33
新增测试playbook
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
playbooks/test.yml
playbooks/test.yml
0 → 100644
View file @
92e1003
---
-
hosts
:
127.0.0.1
vars
:
secretid
:
secretid
secretkey
:
secretkey
module
:
testsearch_to_az2
tasks
:
-
name
:
Execute module "{{ module }}"
shell
:
cd ../scripts/lb_manager/; python lb_switch.py --secretid="{{ secretid }}" --secretkey="{{ secretkey }}" --module="{{ module }}"
...
...
Please
register
or
login
to post a comment