Files
ansible/roles/webserver/tasks/codedeploy.yml
2019-02-15 23:15:23 +00:00

7 lines
178 B
YAML

# 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