adc/ansible/home-services.yml
josiah 7b38b89acb Fuck with ansible layout.
1. Fuck around with Goof configuration. I think ultimately this never
went anywhere, and I'll probably rip it out, but I forgot to commit it
at the time so i'm including it just to be safe.

2. Home services and home net refactor. Smaller clean ups

3. Removal of wg stuff.
2023-07-28 09:47:04 -05:00

8 lines
214 B
YAML

- name: deploy home services
hosts: mediaserver
remote_user: "{{ remote_user }}"
tasks:
- debug: msg="Deploying home services stack to local server"
roles:
- { name: home-net, tags: ['home-net'] }