6509751e13
The connection plugin no longer falls back on using the inventory_hostname as the container_name. Set container_name as a host var for each container in the test inventory. Change-Id: Ic23a77d8f88ed890a219c410d37a94bd97037c53
6 lines
98 B
YAML
6 lines
98 B
YAML
---
|
|
ansible_host: 10.100.100.4
|
|
ansible_become: True
|
|
ansible_user: root
|
|
container_name: container3
|