Start ansible example to deplay a dolibarr instance on a linux server
This commit is contained in:
parent
afaed832b1
commit
0ef5fe24a3
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
|
|
||||||
|
# Run script with ansible-playbook deploydev.yml
|
||||||
|
# or ./deploydev.yml
|
||||||
|
|
||||||
- name: Configure webserver with apache
|
- name: Configure webserver with apache
|
||||||
hosts: webservers
|
hosts: webservers
|
||||||
sudo: True
|
sudo: True
|
||||||
Loading…
Reference in New Issue
Block a user