Ansible/Hosts: Difference between revisions
From charlesreid1
(Created page with "Topics and pages related to the Ansible hosts file =Topics= * Ansible/Groups - a page covering how to use the Ansible hosts file to collect servers into groups, useful f...") |
(→Topics) |
||
| Line 4: | Line 4: | ||
* [[Ansible/Groups]] - a page covering how to use the Ansible hosts file to collect servers into groups, useful for defining roles, tasks, and deployment environments | * [[Ansible/Groups]] - a page covering how to use the Ansible hosts file to collect servers into groups, useful for defining roles, tasks, and deployment environments | ||
* [[Ansible/Group Variables]] - applying variables to an entire group | |||
* [[Ansible/Host Naming]] - naming hosts, pets vs cattle, etc. | * [[Ansible/Host Naming]] - naming hosts, pets vs cattle, etc. | ||
Revision as of 18:04, 7 November 2018
Topics and pages related to the Ansible hosts file
Topics
- Ansible/Groups - a page covering how to use the Ansible hosts file to collect servers into groups, useful for defining roles, tasks, and deployment environments
- Ansible/Group Variables - applying variables to an entire group
- Ansible/Host Naming - naming hosts, pets vs cattle, etc.
Examples
Basic
- Ansible/Nginx Playbook - an Ansible hosts file demonstrating a simple one-machine Nginx server
Advanced
- Ansible/Full Stack Playbook - an Ansible hosts file demonstrating a complex grouping strategy to organize the deployment of a full stack web application into 3 different environments