Add tags
This commit is contained in:
parent
d70a338847
commit
2525c4baef
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
|||
update_cache: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- kotovalexarian.common
|
||||
- name: kotovalexarian.common
|
||||
tags: common
|
||||
handlers:
|
||||
- name: Restart Apache
|
||||
systemd:
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
update_cache: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- kotovalexarian.common
|
||||
- name: kotovalexarian.common
|
||||
tags: common
|
||||
- ../../roles/matrix
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
update_cache: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- kotovalexarian.common
|
||||
- name: kotovalexarian.common
|
||||
tags: common
|
||||
- geerlingguy.postgresql
|
||||
tasks:
|
||||
- name: Create daily Cron job for PostgreSQL backup
|
||||
|
|
Reference in a new issue