We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@terraform-aws-kube:/# ansible --version ansible [core 2.12.4] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.9.7 (default, Sep 10 2021, 14:59:43) [GCC 11.2.0] jinja version = 2.11.3 libyaml = True
The text was updated successfully, but these errors were encountered:
Solution: Do a version on your ansible.
ansible version
Then edit the kubespray-x.xx.x/ansible_version.yml file to.
vars: minimal_ansible_version: 2.9.0 minimal_ansible_version_2_10: 2.10.11 maximal_ansible_version: 2.16.0 ansible_connection: local
Make sure the maximal_ansible_version is greater than your running version.
Sorry, something went wrong.
No branches or pull requests
root@terraform-aws-kube:/# ansible --version
ansible [core 2.12.4]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3/dist-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.9.7 (default, Sep 10 2021, 14:59:43) [GCC 11.2.0]
jinja version = 2.11.3
libyaml = True
The text was updated successfully, but these errors were encountered: