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
|
||||
|
|
|
|||
|
|
@ -27,4 +27,3 @@
|
|||
dest: "{{ ansible_env.HOME }}/.local/bin/tmux_start"
|
||||
mode: "0740"
|
||||
force: false
|
||||
# setup systemd-boot pacman hook
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
*
|
||||
* Allow members of the wheel group to execute any actions
|
||||
* without password authentication, similar to "sudo NOPASSWD:"
|
||||
* without password authentication, similar to "sudo NOPASSWD:"
|
||||
*/
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("wheel")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue