Ansible/Playbooks: Difference between revisions
From charlesreid1
(→Flags) |
|||
| Line 5: | Line 5: | ||
* [https://charlesreid1.com/wiki/Ansible/Nginx_Playbook#Ansible_Playbook_Example_1:_Nginx_Server_Playbook Example 1: nginx server playbook] | * [https://charlesreid1.com/wiki/Ansible/Nginx_Playbook#Ansible_Playbook_Example_1:_Nginx_Server_Playbook Example 1: nginx server playbook] | ||
* [https://charlesreid1.com/wiki/Ansible/Nginx_Playbook#Ansible_Playbook_Example_2:_Secure_Nginx_Server_Playbook Example 2: secure nginx server playbook] | * [https://charlesreid1.com/wiki/Ansible/Nginx_Playbook#Ansible_Playbook_Example_2:_Secure_Nginx_Server_Playbook Example 2: secure nginx server playbook] | ||
=Full Stack Example: Django Celery RabbitMQ Postgres= | |||
[[Ansible/Full Stack Playbook]] - a page that walks through a playbook for a full stack example | |||
=Flags= | =Flags= | ||
Revision as of 15:54, 7 November 2018
Example: Secure Nginx Server
Ansible/Nginx_Playbook - a page that walks through two example playbooks
Full Stack Example: Django Celery RabbitMQ Postgres
Ansible/Full Stack Playbook - a page that walks through a playbook for a full stack example