Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 840 Bytes

File metadata and controls

19 lines (19 loc) · 840 Bytes

Troubleshooting

VM installation process with vagrant / ansible

lib/ansible/modules/database/postgresql/postgresql_db.py
  • show network connections in Ubuntu with netstat
sudo netstat -tunlp
  • check Ubuntu firewall rules to allow access to postgresql database on your host system
sudo ufw allow from 192.168.33.101 to any port 5432
  • use gem bindfs in vagrant to sync guest folder with proper user rights gem bindfs github