mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +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
|
||||
template:
|
||||
src: etc/koji.conf.d/odcs.conf.j2
|
||||
|
||||
Reference in New Issue
Block a user