homelab/playbooks/proxy.yml

12 lines
165 B
YAML
Raw Normal View History

2022-06-28 00:21:25 +00:00
- name: Install Proxy Server
hosts: proxyhosts
become: true
roles:
- base
- jenkins
2022-08-12 01:04:07 +00:00
- mariadb
2022-06-28 00:21:25 +00:00
- proxy
- docker
- gitea
- bitwarden