mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
add monitor roles to setup playbooks for dbs.
This commit is contained in:
parent
bcb74c6401
commit
90c13af5f8
4 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,4 @@
|
|||
- {role: 'consul', tags: 'consul'}
|
||||
- {role: 'consul-client', tags: 'consul'}
|
||||
- {role: 'elasticsearch', tags: 'elasticsearch'}
|
||||
- {role: 'monitor', tags: 'monitor'}
|
||||
|
|
@ -15,3 +15,4 @@
|
|||
- {role: 'consul', tags: 'consul'}
|
||||
- {role: 'consul-client', tags: 'consul'}
|
||||
- {role: 'mongo', tags: 'mongo'}
|
||||
- {role: 'monitor', tags: 'monitor'}
|
||||
|
|
@ -15,3 +15,4 @@
|
|||
- {role: 'consul', tags: 'consul'}
|
||||
- {role: 'consul-client', tags: 'consul'}
|
||||
- {role: 'postgres', tags: 'postgres'}
|
||||
- {role: 'monitor', tags: 'monitor'}
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@
|
|||
- {role: 'consul', tags: 'consul'}
|
||||
- {role: 'consul-client', tags: 'consul'}
|
||||
- {role: 'redis', tags: 'redis'}
|
||||
- {role: 'monitor', tags: 'monitor'}
|
||||
Loading…
Add table
Reference in a new issue