Set an explicit inventory file - Kubespray

0 votes
I'm trying to create a Kubernetes cluster using Kubespray.

I have created an explicit file and would like my ansible to use that file as my inventory file instead of the default /etc/ansible/host one.

How do I change the path to my inventory file?
Jan 23, 2019 in Ansible by Isha
816 views

1 answer to this question.

0 votes

Hi @Isha,

Go to /etc/ansible/ansible.cfg

In the default section change its path to whatever you need

answered Jan 23, 2019 by Yesha

Related Questions In Ansible

0 votes
1 answer

What is the difference between the host file and an inventory file in ansible?

Actually both are same. hosts file is ...READ MORE

answered Feb 12, 2019 in Ansible by Amith
• 140 points
7,525 views
0 votes
1 answer

How to set dynamic host inventory file for docker in Ansible?

Hi@akhtar, In a configuration especially a container setup such ...READ MORE

answered Sep 20, 2020 in Ansible by MD
• 95,440 points
1,867 views
0 votes
1 answer

Access Inventory file - Ansible

You can just use {{ ansible_ssh_host }} Inventory: [my_hosts] my_host ansible_ssh_host=127.0.0.1 ...READ MORE

answered Jan 24, 2019 in Ansible by Akansha
931 views
0 votes
1 answer
+6 votes
1 answer

Web UI (Dashboard): https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Hey @nmentityvibes, you seem to be using ...READ MORE

answered Dec 13, 2018 in Kubernetes by Kalgi
• 52,360 points
7,522