infrastructure/ansible/main.yml

14 lines
134 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-01-28 21:32:29 +00:00
- docker