add readme

This commit is contained in:
Pim Kunis 2023-03-14 22:02:50 +01:00
parent 6b4766e1b8
commit e0e84b0c48
2 changed files with 3 additions and 12 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Atlas
Terraform and Ansible scripts to configure our KVM hypervisor Debian server.

View file

@ -64,18 +64,6 @@
become: true
become_user: postgres
notify: restart postgres
# - name: Test
# postgresql_privs:
# database: terraform_state
# type: table
# schema: public
# roles: terraform
# grant_option: no
# privs: all
# objs: all
# become: true
# become_user: postgres
# notify: restart postgres
- name: Allow remote access to database for user
postgresql_pg_hba:
dest: /etc/postgresql/15/main/pg_hba.conf