add readme
This commit is contained in:
parent
6b4766e1b8
commit
e0e84b0c48
2 changed files with 3 additions and 12 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Atlas
|
||||
|
||||
Terraform and Ansible scripts to configure our KVM hypervisor Debian server.
|
12
atlas.yml
12
atlas.yml
|
@ -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
|
||||
|
|
Reference in a new issue