Re-enable host specific network configuration
This commit is contained in:
parent
82c451aa4e
commit
429299f763
3 changed files with 4 additions and 6 deletions
|
|
@ -14,9 +14,9 @@
|
|||
ansible.builtin.import_tasks: "tasks/network/main.yml"
|
||||
tags: network
|
||||
|
||||
# - name: Network host specific provisioning
|
||||
# ansible.builtin.import_tasks: 'tasks/network/{{ ansible_hostname }}.yml'
|
||||
# tags: network-specific
|
||||
- name: Network host specific provisioning
|
||||
ansible.builtin.import_tasks: "tasks/network/{{ ansible_hostname }}.yml"
|
||||
tags: network-specific
|
||||
|
||||
- name: Systemd provisioning
|
||||
ansible.builtin.import_tasks: "tasks/systemd.yml"
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
ansible.builtin.import_tasks: "tasks/timer.yml"
|
||||
tags: timers
|
||||
|
||||
# Note: Disable DoH in Firefox to fallback to system's default DNS
|
||||
# Note: Disable DoH in Firefox to fallback to system's default DNS
|
||||
# resolver, see
|
||||
# https://support.mozilla.org/en-US/kb/dns-over-https#w_configure-doh-protection-settings
|
||||
- name: MPV provisioning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue