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] [centos8:children]
adm adm
collab
git git
jenkins jenkins
mail mail
@ -125,7 +126,6 @@ vmhost
zm zm
[centos7:children] [centos7:children]
collab
ldap ldap
[fedora:children] [fedora:children]

View file

@ -1,4 +1,5 @@
--- ---
dependencies: dependencies:
- {role: epel-repo} - {role: epel-repo}
- {role: foo.sh-repo}
- {role: apache} - {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 - name: install dependencies
package: package:
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- git - git
- graphviz-python - graphviz-lang-python2
- mod_wsgi
- patch - patch
- python2-mod_wsgi
- python2-pip - python2-pip
- python2-setuptools - python2-setuptools