Skip to content

onesteinbv/ansible-playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odoo installation playbook

This playbook takes care of the following:

  • Odoo
  • Postgresql
  • NGINX
  • SSL certificate (Let's Encrypt)
  • UFW
  • Fail2ban
  • Automatic backup of database and filestore using autopostgresqlbackup

Prerequisites:

Parameters:

  • domain (optional): e.g. odoo.mycompany.com certbot needs this to get a certificate
  • email (optional): Used for notifications about your SSL certificate and backups
  • version (optional): The Odoo version default is 15.0
  • target: Target in Ansible hosts file

How to use:

git clone [email protected]:onesteinbv/ansible-playbooks.git onestein-ansible-playbooks
cd onestein-ansible-playbooks
ansible-playbook install_odoo_playbook.yml -e target=odoo-vm -e domain=odoo.mycompany.com -e [email protected] -e version=15.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages