mirror of
				https://github.com/geerlingguy/ansible-role-postgresql.git
				synced 2025-10-30 23:27:46 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			443 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			443 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| __postgresql_version: "15"
 | |
| __postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
 | |
| __postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
 | |
| __postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
 | |
| __postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
 | |
| __postgresql_packages:
 | |
|   - postgresql
 | |
|   - postgresql-contrib
 | |
|   - libpq-dev
 | |
| postgresql_python_library: python3-psycopg2
 | 
