Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Environment:

  • OS = CentOS 8
  • Ansible = 2.9.15
  • AWX = 16.0
  • Docker = 20.10.2 build 2291f61

I know "lookup('env', 'HOSTNAME')" is targeted towards the system running Ansible and will find the local hostname. I am running AWX in a Docker container. When I run the lookup, it runs against the container running Ansible (if you leave the AWX containers with default names, it will return 'awx').

community.general.docker_host_info will provide the result.localhost which is the category I am after but that will run against the target, not the Ansible executer.

Question:

How do I lookup the docker_host (Server running the docker instance) from within a Ansible playbook running on AWX?

question from:https://stackoverflow.com/questions/65846995/awx-in-docker-container-how-to-find-the-docker-host-name

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...