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)
seperate openstack password from clouds.yaml in dynamic inventory
I would like to use clouds.yaml format for configuring connection to my openstack cloud (as opposed to OS_ env vars).. but I want to be able to check my clouds.yaml file into version control. So, my p...
ojef1
Votes: 0
Answers: 1
Failed to connect to the host...permission denied (publickey, password) unreachable
I'm finding it difficult to run a simple playbook. I already ping target and it was successful. When i run the playbook i get this error:
PLAY [install httpd and start services] **********************...
blast
Votes: 0
Answers: 3
Ansible group vars not getting loaded
Group vars are not getting imported. The directory structure looks like this:
- ansible.cfg
- testt.yaml
- inventories
- production
- group_vars
- all.yaml
...

PRASHANT JHA
Votes: 0
Answers: 1
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