Re-enable host specific network configuration

This commit is contained in:
Sonny Bakker 2026-01-08 08:30:22 +01:00
parent 82c451aa4e
commit 429299f763
3 changed files with 4 additions and 6 deletions

View file

@ -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"

View file

@ -27,4 +27,3 @@
dest: "{{ ansible_env.HOME }}/.local/bin/tmux_start"
mode: "0740"
force: false
# setup systemd-boot pacman hook

View file

@ -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")) {