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
ansible-tower安装配置_第1张图片

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

#ansible-tower-service restart #重启

3、去页面进行查看
ansible-tower安装配置_第2张图片
ansible-tower安装配置_第3张图片

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