dolibarr/dev/ansible
2015-05-19 14:31:26 +02:00
..
deployplaybook Start ansible example to deplay a dolibarr instance on a linux server 2015-05-19 14:31:26 +02:00
README.md NEW Can edit list of prospect status for customers/prospects. Add a new 2015-05-06 23:13:07 +02:00

This directory contains script example to use ansible to deploy or maitains dolibarr instances

This is a quick tutorial:

  • Install ansible:

apt-get install

  • Add ip of server to manage into /etc/ansible/hosts

  • Deploy public key to managed servers

  • authorized_key: user=charlie key="{{ lookup('file', '/home/charlie/.ssh/id_rsa.pub') }}"