Use this tag for questions regarding Ansible facts - values discovered by the setup module of Ansible or pulled from ohai/facter.
My playbook: - name: JBoss KeyStore and Truststore passwords will be stored in the password vault #shell: less "{{ vault }}" shell: …
ansible ansible-2.x ansible-facts ansible-templateI am trying to make Ansible work with --limit and to do that I need facts about other hosts, which …
caching ansible ansible-factsEssentially, I want to be able to handle "wildcard filenames" in Linux using ansible. In essence, this means using the …
arrays linux ansible ansible-factsI have a complicated environment with stages and users for multiple systems. The stages are: dev, int, etc. Each stage …
ansible ansible-factsI have a jinja2 template, and I'm trying to loop through a host group, and insert the ipv4 address of …
ansible ansible-factsI want to pass multiple variables to a task using vars. Currently, I am doing it like below vars: var1_…
ansible ansible-factsContext: I have a system that has a combination of disks from different storage controllers, so each type of disk …
ansible ansible-factsAnsible 1.9.2 / 1.9.4 CentOS 6.7 In my invetory file, I have: [zabbix_server] zabbix.dev-white.projectname.jenkins [some_other_zabbix_server] someotherzabbix.dev-blue.…
ansible ansible-playbook ansible-2.x domain-name ansible-factsI am using ansible 2.4 in centos, trying to run the below script in remote servers and getting the output. Here …
ansible ansible-2.x ansible-inventory ansible-facts ansible-templateI'm sitting in front of a fairly complex Ansible project that we're using to set up our local development environments (…
ansible limit hosts ansible-facts