infrastructure/ansible/main.yml

20 lines
345 B
YAML
Raw Normal View History

2019-12-08 15:55:19 +00:00
- hosts: all
2019-12-08 21:17:30 +00:00
roles:
2019-12-09 20:55:47 +00:00
- base
2019-12-08 15:55:19 +00:00
- hosts: casey
roles:
- ssh
2019-12-08 16:47:28 +00:00
- gateway
- hosts: intersect
roles:
- ssh
2020-03-02 19:37:11 +00:00
- role: geerlingguy.docker
become: true
vars:
docker_install_compose: false # This role installs the binary directly, which is kinda nasty
docker_users:
- "{{ user }}"
2020-01-28 21:32:29 +00:00
- docker