This commit is contained in:
John Burwell 2025-04-26 13:03:56 -05:00
parent 8611242176
commit 0efcd54a13

View File

@ -2,17 +2,17 @@
- name: Set up systemd networking
ansible.builtin.import_tasks:
file: systemd_networking.yml
tags: systemd_networking
tags: systemd_networking
- name: Set up devices
ansible.builtin.import_tasks:
file: systemd_networking_devices.yml
tags: devices
tags: devices
- name: Shut down legacy networking
ansible.builtin.import_tasks:
file: legacy_networking.yml
tags: legacy_networking
tags: legacy_networking
# Deploy hostapd configuration
- name: Deploy hostapd configuration