Install the httpd package.
This commit is contained in:
parent
3af4816330
commit
ae11d09943
1 changed files with 16 additions and 0 deletions
|
@ -1,4 +1,20 @@
|
||||||
---
|
---
|
||||||
|
- name: Install the httpd package, just to get the apache group on the system.
|
||||||
|
pkg:
|
||||||
|
name: httpd
|
||||||
|
state: present
|
||||||
|
tags:
|
||||||
|
- packages
|
||||||
|
- odcs
|
||||||
|
- odcs/backend
|
||||||
|
- name: Make sure httpd isn't running.
|
||||||
|
service:
|
||||||
|
name: httpd
|
||||||
|
state: stopped
|
||||||
|
enabled: false
|
||||||
|
tags:
|
||||||
|
- odcs
|
||||||
|
- odcs/backend
|
||||||
- name: generate the ODCS koji config
|
- name: generate the ODCS koji config
|
||||||
template:
|
template:
|
||||||
src: etc/koji.conf.d/odcs.conf.j2
|
src: etc/koji.conf.d/odcs.conf.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue