python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to gather only specific facts in Ansible?
In Ansible, I can use gather_facts: yes to collect info about my hosts. As gather_facts collects a lot of information, it takes quite a while. In my case, I only need one fact: ansible_env.TEMP. Can I...

stackprotector
Votes: 0
Answers: 2
Ansible get all hosts in subgroup
I have the following hosts structure in the inventory:
all:
children:
sc:
hosts:
sc-finder01a.com:
sc-finder01b.com:
vars:
default_port: 5679
version:...
jenny
Votes: 0
Answers: 2
Ansible to checking port status on network device
I have to check 2 ports status. There are many possibilities. They can be 2 up, port 38 can be up but port 37 can be down and coversly, they can be 2 down. I have to give messege about in which config...
SPR
Votes: 0
Answers: 3
Validates arguments passed to ansible-playbook with a defined argument specification
We want to run the following playbook with the yml file - ansible-playbook install_os.yml
The playbook install_os.yml is working well , but now we want to add the validation of the arguments <machi...

Judy
Votes: 0
Answers: 1