homeserver/playbooks/base/apt_sources.yml
mg 2572f97fbc aufbau tor-relay (#221)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#221
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-17 19:40:18 +02:00

9 lines
193 B
YAML

---
- hosts: all
roles:
- role: mgrote.apt_manage_sources
tags: "apt_sources"
when:
- "not 'laptop' in group_names"
- "not 'tor' in group_names"