-
- Downloads
Drop Ansible support for v2.9 and v2.10 (#8925)
Ansible v2.9 and v2.10 are EOL as [1]. This drops those version supports by following the upstream Ansible. This sets use_ssh_args true always because that is required to use ssh_args on ansible.cfg on Ansible v2.11 or later[2]. ansible_ssh_host is replaced with ansible_host because ansible_ssh_host has been deprecated already and cenots7 jobs were failed due to the deprecated ansible_ssh_host. [1]: https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-changelogs [2]: https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#parameter-use_ssh_args
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- ansible.cfg 1 addition, 1 deletionansible.cfg
- ansible_version.yml 1 addition, 13 deletionsansible_version.yml
- docs/ansible.md 0 additions, 2 deletionsdocs/ansible.md
- requirements-2.10.txt 0 additions, 10 deletionsrequirements-2.10.txt
- requirements-2.9.txt 0 additions, 10 deletionsrequirements-2.9.txt
- requirements-2.9.yml 0 additions, 4 deletionsrequirements-2.9.yml
- roles/download/tasks/download_container.yml 2 additions, 2 deletionsroles/download/tasks/download_container.yml
- roles/download/tasks/download_file.yml 2 additions, 2 deletionsroles/download/tasks/download_file.yml
- tests/cloud_playbooks/roles/packet-ci/templates/inventory.j2 1 addition, 1 deletiontests/cloud_playbooks/roles/packet-ci/templates/inventory.j2
- tests/cloud_playbooks/wait-for-ssh.yml 1 addition, 1 deletiontests/cloud_playbooks/wait-for-ssh.yml
- tests/requirements-2.10.txt 0 additions, 11 deletionstests/requirements-2.10.txt
- tests/requirements-2.9.txt 0 additions, 14 deletionstests/requirements-2.9.txt
Loading
Please register or sign in to comment