代码改变世界

随笔分类 -  Ansible practice

5 - Ansible playbook

2021-08-08 10:24 by WayneWei, 43 阅读, 收藏,
摘要: Offical introduction to playbookYou can get official reference of playbook from below url:https://docs.ansible.com/ansible/latest/user_guide/playbooks 阅读全文

4 - Ansible common modules Part 2

2021-08-08 09:07 by WayneWei, 28 阅读, 收藏,
摘要: OverviewAt this post we will reveal below ansible modules and get them on practice with examples command copy file user group service script Ansible m 阅读全文

3 - Ansible common modules Part 1

2021-08-07 18:45 by WayneWei, 30 阅读, 收藏,
摘要: OverviewAt this post we will reveal below ansible modules and get them on practice with examples command copy file user group service script setup Ans 阅读全文

2 - Ansible inventory and documentation

2021-08-07 13:08 by WayneWei, 33 阅读, 收藏,
摘要: Ansible InventoryBefore we dive into Ansible and practice, there is one more thing we need to do is take care with the ansible inventory, to declare o 阅读全文

1 - Ansible Provision and configuration

2021-08-07 11:21 by WayneWei, 59 阅读, 收藏,
摘要: Environment preparationGet ready with 2 CentOS virtual machine, and configure the network to able connect internet and internal communication.Please r 阅读全文