orion updates

Move orion to "laptop" category, which is effectively a desktop.

Ensure system groups are created.
This commit is contained in:
Kyle Isom 2023-04-22 01:48:21 -07:00
parent f5d10f1ccc
commit 7e5dbfeb14
2 changed files with 20 additions and 3 deletions

View File

@ -1,11 +1,12 @@
[laptop]
petrichor
orion
[worklaptop]
kisom-x1
[build]
orion
# [build]
# orion
[personal]
petrichor

View File

@ -1,3 +1,19 @@
- name: ensure system groups exist
become: true
ansible.builtin.group:
name: "{{ item }}"
state: present
system: true
with_items:
- adm
- cdrom
- dialout
- dip
- lpadmin
- plugdev
- sambashare
- sudo
- name: set up user
become: true
ansible.builtin.user: