Tag up the tagger role.
This commit is contained in:
parent
c886486957
commit
a637aece3b
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
- koji
|
||||
tags:
|
||||
- packages
|
||||
- tagger
|
||||
|
||||
- name: link the README into the right place because tagger is ridiculous
|
||||
file: >
|
||||
|
@ -24,6 +25,7 @@
|
|||
tags:
|
||||
- config
|
||||
- ridiculous
|
||||
- tagger
|
||||
|
||||
- name: make the cache directory
|
||||
file: >
|
||||
|
@ -32,6 +34,7 @@
|
|||
owner=apache group=apache mode=0755
|
||||
tags:
|
||||
- config
|
||||
- tagger
|
||||
|
||||
- name: copy tagger app configuration
|
||||
template: >
|
||||
|
@ -42,6 +45,7 @@
|
|||
mode=0600
|
||||
tags:
|
||||
- config
|
||||
- tagger
|
||||
notify:
|
||||
- restart apache
|
||||
|
||||
|
@ -54,6 +58,7 @@
|
|||
mode=0644
|
||||
tags:
|
||||
- config
|
||||
- tagger
|
||||
notify:
|
||||
- restart apache
|
||||
|
||||
|
@ -64,6 +69,7 @@
|
|||
- httpd_verify_dns
|
||||
tags:
|
||||
- selinux
|
||||
- tagger
|
||||
|
||||
- name: check log file
|
||||
command: stat /var/log/fedoratagger.log
|
||||
|
@ -71,6 +77,8 @@
|
|||
always_run: yes
|
||||
changed_when: "1 != 1"
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- tagger
|
||||
|
||||
- name: ensure cronjob log file is writable
|
||||
file: >
|
||||
|
@ -80,6 +88,7 @@
|
|||
tags:
|
||||
- cron
|
||||
- config
|
||||
- tagger
|
||||
when: logstat.rc == 1
|
||||
|
||||
- name: setup the update-with-new-packages cronjob
|
||||
|
@ -89,6 +98,7 @@
|
|||
tags:
|
||||
- cron
|
||||
- config
|
||||
- tagger
|
||||
when: install_tagger_cron
|
||||
|
||||
- name: setup the remove-old-and-crusty-packages cronjob
|
||||
|
@ -98,4 +108,5 @@
|
|||
tags:
|
||||
- cron
|
||||
- config
|
||||
- tagger
|
||||
when: install_tagger_cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue