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
Environment:
Cloud provider or hardware configuration:
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Version of Ansible (ansible --version):
ansible --version
Version of Python (python --version):
python --version
Kubespray version (commit) (git rev-parse --short HEAD):
git rev-parse --short HEAD
276c450
Network plugin used:
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
roles/kubernetes/node/tasks/facts.yml
uses "docker info" for both docker and crio
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment:
Cloud provider or hardware configuration:
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Version of Ansible (
ansible --version
):Version of Python (
python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):276c450
Network plugin used:
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
roles/kubernetes/node/tasks/facts.yml
uses "docker info" for both docker and crio
The text was updated successfully, but these errors were encountered: