test.yml 298 Bytes
---
- 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 }}"