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.
12 lines
631 B
12 lines
631 B
--- |
|
- hosts: all |
|
tasks: |
|
- name: Bootstrap all nodes using windmill-ops |
|
args: |
|
chdir: "{{ zuul.projects['git.openstack.org/openstack/windmill-ops'].src_dir }}" |
|
shell: "/opt/venv/ansible/bin/ansible-playbook -v -f1 -i {{ ansible_user_dir }}/{{ windmill_src_dir }}/inventory/testing/hosts playbooks/bootstrap/site.yaml" |
|
|
|
- name: Run ansible-playbook for site.yaml |
|
args: |
|
chdir: "{{ windmill_src_dir }}" |
|
shell: "/opt/venv/ansible/bin/ansible-playbook -v -f1 -i {{ ansible_user_dir }}/{{ windmill_src_dir }}/inventory/testing/hosts playbooks/site.yaml -e @{{ windmill_extra_vars_file }}"
|
|
|