forked from infra/ansible
use auto discovered python instead of legacy
This commit is contained in:
parent
3e1cdb6bf5
commit
7b1f998af2
@ -1,5 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
|
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
|
||||||
|
interpreter_python = auto
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
nocows = 1
|
nocows = 1
|
||||||
remote_user = root
|
remote_user = root
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Configure PostgreSQL database
|
- name: Configure PostgreSQL database
|
||||||
postgresql_db: name={{ drone_dbname }}
|
postgresql_db: name={{ drone_dbname }}
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Configure PostgreSQL database
|
- name: Configure PostgreSQL database
|
||||||
postgresql_db: name={{ gitea_dbname }}
|
postgresql_db: name={{ gitea_dbname }}
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
- git
|
- git
|
||||||
- nodejs
|
- nodejs
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
- name: Unpack hedgedoc
|
- name: Unpack hedgedoc
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Configure icinga database
|
- name: Configure icinga database
|
||||||
postgresql_db: name={{ icinga_dbname }}
|
postgresql_db: name={{ icinga_dbname }}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
name:
|
name:
|
||||||
- matrix-synapse-py3
|
- matrix-synapse-py3
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Configure PostgreSQL database
|
- name: Configure PostgreSQL database
|
||||||
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0
|
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
- php7.4-xmlrpc
|
- php7.4-xmlrpc
|
||||||
- php7.4-zip
|
- php7.4-zip
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Configure PostgreSQL database
|
- name: Configure PostgreSQL database
|
||||||
postgresql_db: name={{ owncloud_dbname }}
|
postgresql_db: name={{ owncloud_dbname }}
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python-setuptools
|
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- virtualenv
|
- virtualenv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user