overview_architecture.rst: fix playbook example (#71303)
This commit is contained in:
parent
9296ee9329
commit
a496b89d6f
1 changed files with 7 additions and 7 deletions
|
@ -66,15 +66,15 @@ Here's what a simple playbook looks like::
|
||||||
|
|
||||||
---
|
---
|
||||||
- hosts: webservers
|
- hosts: webservers
|
||||||
serial: 5 # update 5 machines at a time
|
serial: 5 # update 5 machines at a time
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- webapp
|
- webapp
|
||||||
|
|
||||||
- hosts: content_servers
|
- hosts: content_servers
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- content
|
- content
|
||||||
|
|
||||||
.. _ansible_search_path:
|
.. _ansible_search_path:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue