Commit 146cb3ff by Michael DeHaan

update README.md on playbook field names

parent 5040c016
...@@ -139,9 +139,8 @@ multi-machine applications. ...@@ -139,9 +139,8 @@ multi-machine applications.
An example showing a small playbook: An example showing a small playbook:
--- ---
- pattern: 'webservers*' - hosts: 'web*.example.com'
comment: webserver setup steps comment: webserver setup steps
hosts: '/etc/ansible/hosts'
tasks: tasks:
- name: configure template & module variables for future template calls - name: configure template & module variables for future template calls
action: setup http_port=80 max_clients=200 action: setup http_port=80 max_clients=200
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment