mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
update README.md on playbook field names
This commit is contained in:
@@ -139,9 +139,8 @@ multi-machine applications.
|
||||
An example showing a small playbook:
|
||||
|
||||
---
|
||||
- pattern: 'webservers*'
|
||||
- hosts: 'web*.example.com'
|
||||
comment: webserver setup steps
|
||||
hosts: '/etc/ansible/hosts'
|
||||
tasks:
|
||||
- name: configure template & module variables for future template calls
|
||||
action: setup http_port=80 max_clients=200
|
||||
|
||||
Reference in New Issue
Block a user