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
|
update_cache: true
|
||||||
cache_valid_time: 86400
|
cache_valid_time: 86400
|
||||||
roles:
|
roles:
|
||||||
- kotovalexarian.common
|
- name: kotovalexarian.common
|
||||||
|
tags: common
|
||||||
handlers:
|
handlers:
|
||||||
- name: Restart Apache
|
- name: Restart Apache
|
||||||
systemd:
|
systemd:
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
update_cache: true
|
update_cache: true
|
||||||
cache_valid_time: 86400
|
cache_valid_time: 86400
|
||||||
roles:
|
roles:
|
||||||
- kotovalexarian.common
|
- name: kotovalexarian.common
|
||||||
|
tags: common
|
||||||
- ../../roles/matrix
|
- ../../roles/matrix
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
update_cache: true
|
update_cache: true
|
||||||
cache_valid_time: 86400
|
cache_valid_time: 86400
|
||||||
roles:
|
roles:
|
||||||
- kotovalexarian.common
|
- name: kotovalexarian.common
|
||||||
|
tags: common
|
||||||
- geerlingguy.postgresql
|
- geerlingguy.postgresql
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create daily Cron job for PostgreSQL backup
|
- name: Create daily Cron job for PostgreSQL backup
|
||||||
|
|
Reference in a new issue