Files
dolibarr/dev/ansible
Laurent Destailleur 7a0ec2d831 Prototype with datatables works now also ith jmobile.
Add field fifo and lifo into product table.
2015-05-30 23:56:42 +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 ansible

  • 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') }}"