创建playbook Tower playbook 项目默认存在 /var/lib/awx/projects/ su - awx cd projects/ mkdir ansible-for-devops && cd ansible-for-devops cat main.yml << EOF --- - hosts: all gather_facts: no tasks: - name: Check the date on the server. command: date
在工作中有用到ansible用于自动部署和环境配置,这里整理了一份很详尽的使用指南,如果有用到的可以看看.关于使用ansible自动部署一个网站和docker化,将在下一篇文章中介绍,敬请期待.文章内容主要翻译整理自ansible官方网站推荐的Ansible-Up and Running一书. 1 为什么选择Ansible 来源:ansible一词源于科幻小说,是一种超光速通信设备.Ansible is the simplest way to automate apps and IT inf