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
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- {role: epel-repo}
|
||||
- {role: foo.sh-repo}
|
||||
- {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
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items:
|
||||
- git
|
||||
- graphviz-python
|
||||
- mod_wsgi
|
||||
- graphviz-lang-python2
|
||||
- patch
|
||||
- python2-mod_wsgi
|
||||
- python2-pip
|
||||
- python2-setuptools
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue