chore: add basic role layout for ans-router

This commit is contained in:
Simon Cornet 2026-02-16 14:15:02 +01:00
commit d2ecc29d58
14 changed files with 127 additions and 93 deletions

6
playbook.yaml Normal file
View file

@ -0,0 +1,6 @@
---
- name: "Configure router"
hosts: "router"
become: true
roles:
- "ans-router"