1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

mv 3 python3-* pkgs FROM scripts/ansible TO roles {mysql, postsgresql, munin}

This commit is contained in:
root 2021-07-28 19:10:22 -04:00
parent a6acf8261c
commit e88c5df3df
4 changed files with 18 additions and 6 deletions

View file

@ -1,4 +1,4 @@
- name: "Install 4 packages: munin, munin-node, munin-plugins-extra, libcgi-fast-perl"
- name: "Install 5 packages: munin, munin-node, munin-plugins-extra, libcgi-fast-perl, python3-passlib"
package:
name:
- munin
@ -6,6 +6,7 @@
- munin-plugins-extra
- libcgi-fast-perl
#- libapache2-mod-fcgid
- python3-passlib
state: present
- name: Establish username/password Admin/changeme in /etc/munin/munin-htpasswd

View file

@ -12,6 +12,7 @@
- mariadb-client
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm in nginx/tasks/install.yml
- php{{ php_version }}-mysql # Likewise installed in nextcloud/tasks/install.yml, pbx/tasks/freepbx_dependencies.yml, wordpress/tasks/install.yml
- python3-pymysql # Required by MySQL roles like Elgg, MediaWiki etc
state: present
# 2020-07-11:

View file

@ -3,6 +3,7 @@
name:
- postgresql
- postgresql-client
- python3-psycopg2 # Moodle install fails without this
state: present
- name: Install /etc/systemd/system/postgresql-iiab.service from template (0644 by default)