You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
837 B
YAML
32 lines
837 B
YAML
|
|
- name: integration/strategy/mixed_vanilla_mitogen.yml (linear->mitogen->linear)
|
|
hosts: test-targets[0]
|
|
tasks:
|
|
- connection: local
|
|
environment:
|
|
ANSIBLE_VERBOSITY: "{{ ansible_verbosity }}"
|
|
command: |
|
|
ansible-playbook
|
|
{% for inv in ansible_inventory_sources %}
|
|
-i "{{ inv }}"
|
|
{% endfor %}
|
|
integration/strategy/_mixed_mitogen_vanilla.yml
|
|
args:
|
|
chdir: ../..
|
|
register: out
|
|
|
|
- connection: local
|
|
environment:
|
|
ANSIBLE_VERBOSITY: "{{ ansible_verbosity }}"
|
|
command: |
|
|
ansible-playbook
|
|
{% for inv in ansible_inventory_sources %}
|
|
-i "{{ inv }}"
|
|
{% endfor %}
|
|
integration/strategy/_mixed_vanilla_mitogen.yml
|
|
args:
|
|
chdir: ../..
|
|
register: out
|
|
tags:
|
|
- mixed_vanilla_mitogen
|