Files
Ansible-Bootstrap/roles/configuration/defaults/main.yml

8 lines
257 B
YAML

---
# Network configuration dispatch — maps OS name to the task file
# that writes network config. Default (NetworkManager) applies to
# all OSes not explicitly listed.
configuration_network_task_map:
alpine: network_alpine.yml
void: network_void.yml