Move website to be hosted on GitLab pages

This commit is contained in:
Jake Howard
2020-10-09 21:35:57 +01:00
parent 7f09db5d20
commit f7afaacbdc
5 changed files with 4 additions and 31 deletions

View File

@ -1,17 +0,0 @@
- name: Create install directory
file:
path: /opt/theorangeone.net
state: directory
owner: "{{ docker_user.name }}"
mode: "{{ docker_compose_directory_mask }}"
become: true
- name: Install compose file
template:
src: files/docker-compose.yml
dest: /opt/theorangeone.net/docker-compose.yml
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
validate: /usr/bin/docker-compose -f %s config
notify: restart website
become: true