Tag the easyfix role
This commit is contained in:
parent
21818a9af6
commit
03a487460c
1 changed files with 9 additions and 0 deletions
|
@ -6,11 +6,15 @@
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/srv/web/easyfix
|
path=/srv/web/easyfix
|
||||||
owner=apache group=apache mode=0755
|
owner=apache group=apache mode=0755
|
||||||
|
tags:
|
||||||
|
- easyfix
|
||||||
|
|
||||||
- name: Create the easyfix configuration folder
|
- name: Create the easyfix configuration folder
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/etc/fedora-gather-easyfix/
|
path=/etc/fedora-gather-easyfix/
|
||||||
owner=root group=root mode=0755
|
owner=root group=root mode=0755
|
||||||
|
tags:
|
||||||
|
- easyfix
|
||||||
|
|
||||||
|
|
||||||
## Install packages
|
## Install packages
|
||||||
|
@ -23,6 +27,7 @@
|
||||||
- python-bugzilla
|
- python-bugzilla
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
- easyfix
|
||||||
|
|
||||||
|
|
||||||
## Install all files
|
## Install all files
|
||||||
|
@ -37,6 +42,7 @@
|
||||||
- jquery.ui.widget.js
|
- jquery.ui.widget.js
|
||||||
tags:
|
tags:
|
||||||
- files
|
- files
|
||||||
|
- easyfix
|
||||||
|
|
||||||
- name: Install the easyfix template
|
- name: Install the easyfix template
|
||||||
copy: >
|
copy: >
|
||||||
|
@ -44,6 +50,7 @@
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
tags:
|
tags:
|
||||||
- files
|
- files
|
||||||
|
- easyfix
|
||||||
|
|
||||||
- name: Install the easyfix script
|
- name: Install the easyfix script
|
||||||
copy: >
|
copy: >
|
||||||
|
@ -51,6 +58,7 @@
|
||||||
owner=root group=root mode=0755
|
owner=root group=root mode=0755
|
||||||
tags:
|
tags:
|
||||||
- files
|
- files
|
||||||
|
- easyfix
|
||||||
|
|
||||||
|
|
||||||
## Install the cron job
|
## Install the cron job
|
||||||
|
@ -60,3 +68,4 @@
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
tags:
|
tags:
|
||||||
- files
|
- files
|
||||||
|
- easyfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue