Start ansible example to deplay a dolibarr instance on a linux server

This commit is contained in:
Laurent Destailleur 2015-05-19 14:31:26 +02:00
parent afaed832b1
commit 0ef5fe24a3

View File

@ -1,5 +1,8 @@
#!/usr/bin/env ansible-playbook
# Run script with ansible-playbook deploydev.yml
# or ./deploydev.yml
- name: Configure webserver with apache
hosts: webservers
sudo: True