Install Nginx in Five Lines
Write a first useful, real playbook.
A Real, Useful Playbook
Time to build something real. You will write a tiny playbook that installs the nginx web server on your hosts.
Start the Play
Every playbook begins with a dash and the hosts line that names the group you want to configure.
---
- hosts: webAll lessons in this course
- YAML Syntax You Need for Ansible
- From Ad-Hoc to a Repeatable Playbook
- Run It with ansible-playbook
- Install Nginx in Five Lines