diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0a6eb3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Atlas + +Terraform and Ansible scripts to configure our KVM hypervisor Debian server. diff --git a/atlas.yml b/atlas.yml index 3cb1e91..907fc90 100644 --- a/atlas.yml +++ b/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