An Ansible deployment to validate ansible roles for Continuous Integration.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- |
|
- hosts: all |
|
tasks: |
|
- name: Run ansible-playbook for prove.yaml |
|
args: |
|
chdir: "{{ windmill_src_dir }}" |
|
shell: "/opt/venv/ansible/bin/ansible-playbook -i {{ ansible_user_dir }}/{{ windmill_src_dir }}/inventory/testing/hosts playbooks/prove.yaml"
|
|
|