Remove deprecated ansible_ssh_host variable
This changes 'ansible_ssh_host' to 'ansible_host'. The 'ansible_ssh_host' variable has been deprecated as noted here: [0]. [0] - http://docs.ansible.com/ansible/intro_inventory.html#hosts-and-groups Change-Id: I7f405b30a90b2671ff01b49747ad9f3a9486445a Related-Bug: #1636606 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
1bab097d6c
commit
cf909ad907
@ -133,7 +133,7 @@ ironic_recreate_keys: False
|
||||
|
||||
ironic_venv_download_url: http://127.0.0.1/venvs/untagged/ubuntu/ironic.tgz
|
||||
|
||||
ironic_tftp_server_address: "{{ ansible_ssh_host }}"
|
||||
ironic_tftp_server_address: "{{ ansible_host }}"
|
||||
|
||||
ironic_requires_pip_packages:
|
||||
- virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user