collab: Convert collab hosts to CentOS 8

This commit is contained in:
Timo Makinen 2021-10-05 16:47:11 +00:00
parent 546e0897e0
commit c98d9e2207
3 changed files with 12 additions and 3 deletions

2
hosts
View file

@ -110,6 +110,7 @@ zm
[centos8:children]
adm
collab
git
jenkins
mail
@ -125,7 +126,6 @@ vmhost
zm
[centos7:children]
collab
ldap
[fedora:children]

View file

@ -1,4 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: foo.sh-repo}
- {role: apache}

View file

@ -1,13 +1,21 @@
---
- name: add graphviz repository
yum_repository:
name: graphviz
baseurl: "https://www2.graphviz.org/Packages/stable/centos/$releasever/os/x86_64/"
description: Graphviz
gpgcheck: false
enabled: true
- name: install dependencies
package:
name: "{{ item }}"
state: installed
with_items:
- git
- graphviz-python
- mod_wsgi
- graphviz-lang-python2
- patch
- python2-mod_wsgi
- python2-pip
- python2-setuptools