Showing
1 changed file
with
9 additions
and
0 deletions
playbooks/test.yml
0 → 100644
1 | +--- | ||
2 | +- hosts: 127.0.0.1 | ||
3 | + vars: | ||
4 | + secretid: secretid | ||
5 | + secretkey: secretkey | ||
6 | + module: testsearch_to_az2 | ||
7 | + tasks: | ||
8 | + - name: Execute module "{{ module }}" | ||
9 | + shell: cd ../scripts/lb_manager/; python lb_switch.py --secretid="{{ secretid }}" --secretkey="{{ secretkey }}" --module="{{ module }}" |
-
Please register or login to post a comment