2024-11-12 19:09:20 +01:00
|
|
|
---
|
2024-12-10 17:47:38 +01:00
|
|
|
- name: Gather facts
|
2024-11-22 18:43:35 +01:00
|
|
|
tags: active
|
2024-11-12 19:09:20 +01:00
|
|
|
hosts: running
|
|
|
|
|
gather_facts: true
|
|
|
|
|
user: root
|
|
|
|
|
roles:
|
|
|
|
|
- role: network
|
2024-12-10 17:47:38 +01:00
|
|
|
- role: dns
|