collab: Convert collab hosts to CentOS 8
This commit is contained in:
parent
546e0897e0
commit
c98d9e2207
3 changed files with 12 additions and 3 deletions
2
hosts
2
hosts
|
@ -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]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- {role: epel-repo}
|
- {role: epel-repo}
|
||||||
|
- {role: foo.sh-repo}
|
||||||
- {role: apache}
|
- {role: apache}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue