Just a quick question:
I have a docker container running an SSH daemon on a host running an SSH 
deamon both with different users and ports... Thus my invenvory looks 
something like this:
[hosts:vars]
ansible_ssh_user=hroot
ansible_ssh_port=2221

[hosts]
host1
host2

[containers:vars]
ansible_ssh_user=croot
ansible_ssh_port=2222

[containers]
host1
host2

But when calling ansible containers the information from the hosts are 
used.. 

Another thing in my situation: the hosts lists themselves (host1 and host2 
in my example) should be dynamic since the're running in an autoscaling EC2 
cloud :D
Am i doing it wrong? :)

Thanks!

Robin

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4e07df6a-c680-48c9-956d-8ac45638947b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to