ver 2
This commit is contained in:
11
roles/postgresql/vars/main.yml
Normal file
11
roles/postgresql/vars/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
postgres_listen_addresses: '*'
|
||||
postgres_port: 5432
|
||||
|
||||
postgres_hba_entries:
|
||||
- { type: 'host', database: 'all', user: 'all', address: '0.0.0.0/0', method: 'md5' }
|
||||
- { type: 'local', database: 'all', user: 'all', address: '', method: 'trust' }
|
||||
|
||||
backup_dir: "/var/lib/pgsql/backups"
|
||||
postgres_user: "postgres"
|
||||
postgres_password: "your_password"
|
||||
postgres_db: "your_database"
|
Reference in New Issue
Block a user