|
# This play deploys the www code
|
|
# Example git checkout from Ansible Playbooks
|
|
- git:
|
|
repo: 'https://tildegit.org/thunix/www.git'
|
|
dest: /var/www/thunix.cf
|
|
force: yes
|
|
|
|
- git:
|
|
repo: 'https://tildegit.org/thunix/thunix_gopher.git'
|
|
dest: /var/gopher
|
|
force: yes
|