mirror of https://github.com/ansible/ansible.git
connection: use inventory_hostname for generating control path
* Make control path unique by using inventory_hostname Fixes: #76956 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84135/head
parent
c6e166319a
commit
6f42c6064e
@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- connection - use inventory_hostname while generating control path directory name to make it more unique (https://github.com/ansible/ansible/issues/76956).
|
||||
|
@ -0,0 +1,9 @@
|
||||
[web]
|
||||
web1
|
||||
web2
|
||||
|
||||
[web:vars]
|
||||
ansible_host=localhost
|
||||
ansible_connection=ssh
|
||||
ansible_python_interpreter="{{ ansible_playbook_python }}"
|
||||
ansible_ssh_pipelining=true
|
Loading…
Reference in New Issue