2019-02-12 00:07:22 +00:00
|
|
|
# integration/transport_config
|
|
|
|
# Hosts with twiddled configs that need to be checked somehow.
|
|
|
|
|
2019-02-12 14:33:36 +00:00
|
|
|
|
|
|
|
# tansport()
|
2019-02-12 14:33:36 +00:00
|
|
|
tc-transport-unset
|
2019-02-12 14:33:36 +00:00
|
|
|
tc-transport-local ansible_connection=local
|
|
|
|
|
|
|
|
# python_path()
|
2019-02-12 00:07:22 +00:00
|
|
|
tc-python-path-unset
|
|
|
|
tc-python-path-hostvar ansible_python_interpreter=/hostvar/path/to/python
|
|
|
|
tc-python-path-local-unset ansible_connection=local
|
|
|
|
tc-python-path-local-explicit ansible_connection=local ansible_python_interpreter=/a/b/c
|
2019-02-12 14:33:36 +00:00
|
|
|
|
|
|
|
# remote_addr()
|
|
|
|
tc-remote-addr-unset # defaults to inventory_hostname
|
|
|
|
tc-remote-addr-explicit-ssh ansible_ssh_host=ansi.ssh.host
|
|
|
|
tc-remote-addr-explicit-host ansible_host=ansi.host
|
|
|
|
tc-remote-addr-explicit-both ansible_ssh_host=a.b.c ansible_host=b.c.d
|
|
|
|
|
2019-02-12 14:33:36 +00:00
|
|
|
# password()
|
|
|
|
tc-password-unset
|
|
|
|
tc-password-explicit-ssh ansible_ssh_pass=ansi-ssh-pass
|
|
|
|
tc-password-explicit-user ansible_password=ansi-pass
|
|
|
|
tc-password-explicit-both ansible_password=a.b.c ansible_ssh_pass=c.b.a
|
2019-02-12 14:33:36 +00:00
|
|
|
|
|
|
|
# become()
|
|
|
|
tc-become-unset
|
|
|
|
tc-become-set
|