setting up user groups.

This commit is contained in:
Kyle Isom 2023-04-21 21:49:36 -07:00
parent a2e36df7a6
commit f5d10f1ccc
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
- name: set up user
become: true
ansible.builtin.user:
append: true
groups:
- adm
- cdrom
- dialout
- dip
- lpadmin
- plugdev
- sambashare
- sudo
name: kyle
- name: set up common tools - name: set up common tools
become: true become: true
ansible.builtin.apt: name={{ item }} state=present ansible.builtin.apt: name={{ item }} state=present