1、安装ansible-tower,可以参考如下文档 https://www.cnblogs.com/paul8339/p/6687744.html

http://ju.outofmemory.cn/entry/298202

http://blog.csdn.net/shanzhizi/article/details/46484481 https://www.cnblogs.com/paul8339/p/6687744.html

http://ju.outofmemory.cn/entry/298202

http://blog.csdn.net/shanzhizi/article/details/46484481

2、破解Tower无限hosts的License修改 #cd /var/lib/awx/venv/awx/lib/python2.7/site-packages/tower_license #vi init.py

#python -m py_compile init.py
#python -O -m py_compile init.py #编译

#ansible-tower-service restart #重启

3、去页面进行查看

4、ansible-tower使用 http://www.cnblogs.com/paul8339/p/6687748.html