homelab/playbooks/proxy.yml

12 lines
165 B
YAML
Raw Normal View History

2022-06-27 20:21:25 -04:00
- name: Install Proxy Server
hosts: proxyhosts
become: true
roles:
- base
- jenkins
2022-08-11 21:04:07 -04:00
- mariadb
2022-06-27 20:21:25 -04:00
- proxy
- docker
- gitea
- bitwarden