mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
|
|
||
|---|---|---|
| .. | ||
| deployplaybook | ||
| README.md | ||
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') }}"