- Add new primary GPG key in dev config for compose repos - Slight reorganization of the dockerbox production playbook - Remove group management in the docker role - Move HSTS inside the location block - Add git ignore entry for .ansible files - Add X-Forwarded-Proto proxy header
12 lines
200 B
YAML
12 lines
200 B
YAML
- name: Install Dockerbox Server
|
|
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
|
|
become: true
|
|
roles:
|
|
- base
|
|
- jenkins
|
|
- docker
|
|
- mariadb
|
|
- traefik
|
|
- nextcloud
|
|
- proxy
|