Browse Source
This breaks out the specific things we need to do for testing, into their own playbook runs. Change-Id: I50964b393bc4c5977d7f59e9c4bac48c1ea405ac Signed-off-by: Paul Belanger <pabelanger@redhat.com>changes/65/640665/1
4 changed files with 18 additions and 11 deletions
@ -0,0 +1,7 @@
|
||||
--- |
||||
- hosts: all |
||||
tasks: |
||||
- name: Run ansible-playbook for prove.yaml |
||||
args: |
||||
chdir: "{{ windmill_src_dir }}" |
||||
shell: "tox -evenv -- ansible-playbook -i {{ ansible_user_dir }}/{{ windmill_src_dir }}/inventory/testing/hosts playbooks/prove.yaml" |
@ -0,0 +1,7 @@
|
||||
--- |
||||
- hosts: all |
||||
tasks: |
||||
- name: Setup SSH host keys for ansible |
||||
args: |
||||
chdir: "{{ windmill_src_dir }}" |
||||
shell: "tox -evenv -- ansible-playbook -i {{ ansible_user_dir }}/{{ windmill_src_dir }}/inventory/testing/hosts tests/playbooks/bastion/site.yaml" |
Loading…
Reference in new issue