Closed davidumea closed 8 months ago
Is this because they removed ansible_ssh_host
from the dynamic inventory in 2.24?
Don't think this reboot_nodes playbook is used very much anymore but I assume it should be updated as well for completeness sake
Is this because they removed
ansible_ssh_host
from the dynamic inventory in 2.24?
I think it's because they bumped ansible version in 2.24, ansible_ssh_host
seems to be remove in that version.
Seems to be a note here in the ansible docs
Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansiblessh*). These shorter variables are ignored, without warning, in older versions of Ansible.
What kind of PR is this?
Required: Mark one of the following that is applicable:
Optional: Mark one or more of the following that are applicable:
What does this PR do / why do we need this PR?
When running
apply-ssh
onv2.24.0-ck8s1
on openstack environments it would fail withAdditional information to reviewers
Screenshots
Checklist
NetworkPolicy Dashboard