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]
|
||||
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
|
||||
nocows = 1
|
||||
remote_user = root
|
||||
|
@ -14,7 +14,7 @@
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ drone_dbname }}
|
||||
|
@ -30,7 +30,7 @@
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ gitea_dbname }}
|
||||
|
@ -34,7 +34,7 @@
|
||||
- git
|
||||
- nodejs
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
- yarn
|
||||
|
||||
- name: Unpack hedgedoc
|
||||
|
@ -20,7 +20,7 @@
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
|
||||
- name: Configure icinga database
|
||||
postgresql_db: name={{ icinga_dbname }}
|
||||
|
@ -14,7 +14,7 @@
|
||||
name:
|
||||
- matrix-synapse-py3
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0
|
||||
|
@ -39,7 +39,7 @@
|
||||
- php7.4-xmlrpc
|
||||
- php7.4-zip
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ owncloud_dbname }}
|
||||
|
@ -10,7 +10,6 @@
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
name:
|
||||
- python-setuptools
|
||||
- python3-setuptools
|
||||
- virtualenv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user