ansible/roles/webserver/tasks/codedeploy.yml

6 lines
163 B
YAML
Raw Normal View History

2018-12-21 13:23:17 +00:00
# This play deploys the www code
# Example git checkout from Ansible Playbooks
- git:
repo: 'https://tildegit.org/thunix/www.git'
2018-12-21 13:23:17 +00:00
dest: /var/www/thunix.cf