Add PostgreSQL server role

This commit is contained in:
2022-05-26 23:49:06 -04:00
parent 9aca035f2d
commit c0be314268
6 changed files with 49 additions and 1 deletions

View File

@@ -13,3 +13,10 @@
loop:
- aptitude
- python3-docker
- python3-psycopg2
- name: Create Ansible's temporary remote directory
file:
path: "~/.ansible/tmp"
state: directory
mode: 0700