mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Install the httpd package.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user