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: openstack
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Version of Ansible (ansible --version): 2.9.9
ansible --version
Version of Python (python --version): 3.8.6
python --version
Kubespray version (commit) (git rev-parse --short HEAD): a923f4e
git rev-parse --short HEAD
Network plugin used: calico
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"): https://gist.github.com/metanovii/09d232167170dd16ef0bd028b43187d7
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
Command used to invoke ansible: from terraform :
provisioner "local-exec" { command = <<EOF ansible-playbook -i ${path.module}/artifacts/inventory.ini \ -e "@${path.module}/provision/extra_vars_k8s_provision.yml" \ -e apiserver_loadbalancer_domain_name=${var.apiserver_loadbalancer_domain_name} \ ${path.module}/provision/kubespray/${var.action}.yml -vvvvvv EOF
Output of ansible run: https://gist.github.com/metanovii/d9120e642f88b135e83582cce2ddb044
This PR solve problem - #7265
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:
openstack
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Version of Ansible (
ansible --version
): 2.9.9Version of Python (
python --version
): 3.8.6Kubespray version (commit) (
git rev-parse --short HEAD
): a923f4eNetwork plugin used: calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):https://gist.github.com/metanovii/09d232167170dd16ef0bd028b43187d7
Command used to invoke ansible:
from terraform :
Output of ansible run:
https://gist.github.com/metanovii/d9120e642f88b135e83582cce2ddb044
This PR solve problem - #7265
The text was updated successfully, but these errors were encountered: