infra/ansible/playbooks/nbgw.yml
2023-08-02 12:34:32 +02:00

18 lines
337 B
YAML

---
- hosts: nbgw
roles:
- role: firewalld
tags: [firewalld]
- role: common
vars_files:
- ../group_vars/all/vault_common.yml
tags: [common]
- netbird
- role: pkg
vars:
pkgs_to_install: "{{ nbgw.pkgs.install }}"
tags: [pkg]
- role: headscale
tags: [headscale]
...