mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Cleanup integration test inventory. (#50753)
* Move var_blending test inventory into test. * Remove Amazon specific inventory entry for tests. * Remove Azure specific inventory entry for tests. * Move var_precedence test inventory into test. * Move unicode test inventory into test. * Remove unused inventory entry. * Move gathering_facts test inventory into test. * Move delegate_to test inventory into test. * Clean up inventory for binary_modules test. * Clean up integration test inventory.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
shippable/posix/group3
|
||||
needs/ssh
|
||||
|
||||
5
test/integration/targets/delegate_to/inventory
Normal file
5
test/integration/targets/delegate_to/inventory
Normal file
@@ -0,0 +1,5 @@
|
||||
[local]
|
||||
testhost ansible_connection=local
|
||||
testhost2 ansible_connection=local
|
||||
testhost3 ansible_ssh_host=127.0.0.3
|
||||
testhost4 ansible_ssh_host=127.0.0.4
|
||||
@@ -3,14 +3,14 @@
|
||||
set -eux
|
||||
|
||||
ANSIBLE_SSH_ARGS='-C -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null' \
|
||||
ANSIBLE_HOST_KEY_CHECKING=false ansible-playbook test_delegate_to.yml -i ../../inventory -v "$@"
|
||||
ANSIBLE_HOST_KEY_CHECKING=false ansible-playbook test_delegate_to.yml -i inventory -v "$@"
|
||||
|
||||
ansible-playbook test_loop_control.yml -v "$@"
|
||||
|
||||
ansible-playbook test_delegate_to_loop_randomness.yml -v "$@"
|
||||
|
||||
ansible-playbook delegate_and_nolog.yml -i ../../inventory -v "$@"
|
||||
ansible-playbook delegate_and_nolog.yml -i inventory -v "$@"
|
||||
|
||||
ansible-playbook delegate_facts_block.yml -i ../../inventory -v "$@"
|
||||
ansible-playbook delegate_facts_block.yml -i inventory -v "$@"
|
||||
|
||||
ansible-playbook test_delegate_to_loop_caching.yml -i ../../inventory -v "$@"
|
||||
ansible-playbook test_delegate_to_loop_caching.yml -i inventory -v "$@"
|
||||
|
||||
Reference in New Issue
Block a user