issue #477: use MITOGEN_INVENTORY_FILE everywhere.
This commit is contained in:
parent
ea23d7fd54
commit
a67cc85bdb
|
@ -6,7 +6,7 @@
|
||||||
- connection: local
|
- connection: local
|
||||||
command: |
|
command: |
|
||||||
ansible -vvv
|
ansible -vvv
|
||||||
-i "{{inventory_file}}"
|
-i "{{MITOGEN_INVENTORY_FILE}}"
|
||||||
test-targets
|
test-targets
|
||||||
-m missing_module
|
-m missing_module
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
- connection: local
|
- connection: local
|
||||||
command: |
|
command: |
|
||||||
ansible -vvv
|
ansible -vvv
|
||||||
-i "{{inventory_file}}"
|
-i "{{MITOGEN_INVENTORY_FILE}}"
|
||||||
test-targets
|
test-targets
|
||||||
-m custom_python_detect_environment
|
-m custom_python_detect_environment
|
||||||
-e ansible_user=mitogen__slow_user -e ansible_password=slow_user_password
|
-e ansible_user=mitogen__slow_user -e ansible_password=slow_user_password
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
shell: >
|
shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_ssh_user=mitogen__has_sudo
|
-e ansible_ssh_user=mitogen__has_sudo
|
||||||
-e ansible_ssh_pass=has_sudo_password
|
-e ansible_ssh_pass=has_sudo_password
|
||||||
args:
|
args:
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
- shell: >
|
- shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_ssh_user=mitogen__has_sudo
|
-e ansible_ssh_user=mitogen__has_sudo
|
||||||
-e ansible_ssh_pass=wrong_password
|
-e ansible_ssh_pass=wrong_password
|
||||||
args:
|
args:
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
shell: >
|
shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo
|
-e ansible_user=mitogen__has_sudo
|
||||||
-e ansible_ssh_pass=has_sudo_password
|
-e ansible_ssh_pass=has_sudo_password
|
||||||
args:
|
args:
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
- shell: >
|
- shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo
|
-e ansible_user=mitogen__has_sudo
|
||||||
-e ansible_ssh_pass=wrong_password
|
-e ansible_ssh_pass=wrong_password
|
||||||
args:
|
args:
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
shell: >
|
shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo
|
-e ansible_user=mitogen__has_sudo
|
||||||
-e ansible_password=has_sudo_password
|
-e ansible_password=has_sudo_password
|
||||||
args:
|
args:
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
- shell: >
|
- shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo
|
-e ansible_user=mitogen__has_sudo
|
||||||
-e ansible_password=wrong_password
|
-e ansible_password=wrong_password
|
||||||
args:
|
args:
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
shell: >
|
shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo_pubkey
|
-e ansible_user=mitogen__has_sudo_pubkey
|
||||||
-e ansible_ssh_private_key_file=../data/docker/mitogen__has_sudo_pubkey.key
|
-e ansible_ssh_private_key_file=../data/docker/mitogen__has_sudo_pubkey.key
|
||||||
args:
|
args:
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
- shell: >
|
- shell: >
|
||||||
ANSIBLE_STRATEGY=mitogen_linear
|
ANSIBLE_STRATEGY=mitogen_linear
|
||||||
ANSIBLE_SSH_ARGS=""
|
ANSIBLE_SSH_ARGS=""
|
||||||
ansible -m shell -a whoami -i "{{inventory_file}}" test-targets
|
ansible -m shell -a whoami -i "{{MITOGEN_INVENTORY_FILE}}" test-targets
|
||||||
-e ansible_user=mitogen__has_sudo
|
-e ansible_user=mitogen__has_sudo
|
||||||
-e ansible_ssh_private_key_file=/dev/null
|
-e ansible_ssh_private_key_file=/dev/null
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
- connection: local
|
- connection: local
|
||||||
command: |
|
command: |
|
||||||
ansible-playbook
|
ansible-playbook
|
||||||
-i "{{inventory_file}}"
|
-i "{{MITOGEN_INVENTORY_FILE}}"
|
||||||
-vvv
|
-vvv
|
||||||
integration/strategy/_mixed_mitogen_vanilla.yml
|
integration/strategy/_mixed_mitogen_vanilla.yml
|
||||||
args:
|
args:
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
- connection: local
|
- connection: local
|
||||||
command: |
|
command: |
|
||||||
ansible-playbook
|
ansible-playbook
|
||||||
-i "{{inventory_file}}"
|
-i "{{MITOGEN_INVENTORY_FILE}}"
|
||||||
-vvv
|
-vvv
|
||||||
integration/strategy/_mixed_vanilla_mitogen.yml
|
integration/strategy/_mixed_vanilla_mitogen.yml
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue