1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/scripts/ansible.md
2019-11-03 10:42:43 -05:00

2 KiB

Starting in November 2019, IIAB's Ansible installer (/opt/iiab/iiab/scripts/ansible) began installing these python3-* apt packages, in support of the following Ansible modules:

  1. Ansible module: pip

    IIAB installs apt packages:

    • python3-pip (for IIAB's Admin Console)
    • python3-setuptools
    • virtualenv (is Python 3 only, for roles/kalite & roles/calibre-web ?) and pulls in additional packages... (apt show virtualenv shows "Depends: python3, python3-virtualenv")
      • python3-virtualenv and pulls in additional package... (apt show python3-virtualenv shows "Depends: python-pip-whl (>= 8.1.1-2), python3, python3-distutils, python3-pkg-resources")
        • python3-distutils
  2. Ansible modules: mysql_db and mysql_user (for roles/mysql)

    IIAB installs apt packages:

  3. Ansible modules: postgresql_db and postgresql_dbuser

    IIAB installs apt package:

    • python3-psycopg2 (does Moodle still need this now that Pathagar is on its way out?)
  4. Ansible module: htpasswd

    IIAB installs apt package: