Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

ansible - AWX in Docker Container - How to find the docker_host name

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...