Use this tag for questions regarding the Ansible inventory defined either as a static file (aka hosts file), or dynamically through external scripts (for example AWS EC2 inventory).
In Ansible 2.1, I have a role being called by a playbook that needs access to a host file variable. Any …
ansible ansible-2.x ansible-inventoryI have a dummy doubt that keeps me stuck for a long time. I have a very banal inventory file …
ansible ansible-inventoryI would like to provision with my three nodes from the last one by using Ansible. My host machine is …
ssh vagrant ansible ansible-inventoryI am trying to get started with Ansible to provision my Vagrantbox, but I can’t figure out how to …
macos ansible ansible-inventoryI am running Ansible Tower v3.4.1 with Ansible v2.7.6 on an ubuntu 16.04 VM running on VirtualBox. I run a playbook …
ansible ansible-inventoryIn the best practices page, there is an example that uses hosts.yml for hosts files: In the docs, however, …
ansible ansible-inventoryI am trying to run an Ansible playbook against a server using an account other than the one I am …
ansible ansible-2.x ansible-inventoryI want to run a playbook containing some roles on multiple host groups I create dynamically with the group_by …
ansible ansible-2.x ansible-inventoryI am using the host file as below, [qa-workstations] 10.39.19.190 ansible_user=test ansible_ssh_pass=test I am using below …
ansible ansible-playbook ansible-inventoryAs the subject says. I have some host variables defined in my hosts inventory file. How do I access them …
variables ansible ansible-inventory