1.修改如下目录后,重新初始化,需删除下面两个目录的内容
postgres_data_dir="~/.awx/pgdocker"docker_compose_dir="~/.awx/awxcompose"
然后执行脚本
ansible-playbook -i inventory -e docker_registry_password=password install.yml
Ansible使用记录
原文:https://www.cnblogs.com/robinunix/p/12516450.html