mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ansible notes
This commit is contained in:
parent
09e5ae64c7
commit
eb9d464886
1 changed files with 21 additions and 0 deletions
21
scripts/ansible.md
Normal file
21
scripts/ansible.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
In order to use optional modules that ansible is capable of the libraries
|
||||
need to be installed, we make use of the following ansible modules:
|
||||
|
||||
1. pip: we install python3-pip python3-setuptools virtualenv
|
||||
as per https://docs.ansible.com/ansible/latest/modules/pip_module.html
|
||||
|
||||
2. mysql_db: python3-pymysql
|
||||
https://docs.ansible.com/ansible/latest/modules/mysql_db_module.html#mysql-db-module
|
||||
|
||||
3. mysql_user: python3-pymysql
|
||||
https://docs.ansible.com/ansible/latest/modules/mysql_user_module.html#mysql-user-module
|
||||
https://github.com/ansible/ansible/issues/47736
|
||||
|
||||
4. postgresql_db: python3-psycopg2
|
||||
https://docs.ansible.com/ansible/latest/modules/postgresql_db_module.html#postgresql-db-module
|
||||
|
||||
5. postgresql_dbuser: python3-psycopg2
|
||||
https://docs.ansible.com/ansible/latest/modules/postgresql_user_module.html#postgresql-user-module
|
||||
|
||||
6. htpasswd: python3-passlib
|
||||
https://docs.ansible.com/ansible/latest/modules/htpasswd_module.html?highlight=htpasswd
|
Loading…
Add table
Reference in a new issue