From c17fccec08689065c8f4f902544e984521c7437b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 22 Apr 2024 19:53:43 +0200 Subject: revamp: user/group handling --- roles/core/admin-users/tasks/OpenBSD.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 roles/core/admin-users/tasks/OpenBSD.yml (limited to 'roles/core/admin-users/tasks/OpenBSD.yml') diff --git a/roles/core/admin-users/tasks/OpenBSD.yml b/roles/core/admin-users/tasks/OpenBSD.yml deleted file mode 100644 index 1a04a3d3..00000000 --- a/roles/core/admin-users/tasks/OpenBSD.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- name: install sudo - openbsd_pkg: - name: sudo-- - state: present - -- name: allow wheel group to use sudo - lineinfile: - regexp: '^#?\s*%wheel(\s+)ALL=\(ALL\) SETENV: ALL$' - line: '%wheel\1ALL=(ALL) SETENV: ALL' - backrefs: yes - dest: /etc/sudoers -- cgit v1.2.3