This repository has been archived on 2023-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure-archived/ansible/playbook.yml
Thomas Boerger c2aace842b Big restructuring based on docker-compose deployments (#25)
* Dropped coverage role

* Added appleboy and ssh keys

* Fixed root ssh keys

* Big restructuring based on docker-compose deployments
2017-09-08 06:42:39 +03:00

29 lines
409 B
YAML

- hosts: server
gather_facts: False
tasks:
- name: bootstrap
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
changed_when: False
- hosts: server
roles:
- base
- root
- users
- docker
- docker-gc
- traefik
- hosts: dchi
roles:
- drone
- demo
- hosts: pangu
roles:
- drone
- pages
- downloads
- lgtm