pushing fedora changes

This commit is contained in:
2023-01-26 19:55:15 -08:00
parent 23c399f9e7
commit 19d95fda38
10 changed files with 14 additions and 90 deletions

View File

@@ -47,7 +47,3 @@
group: "{{ item.value.group }}"
loop: "{{ init_users | dict2items }}"
- name: Setup /etc/motd from template
template:
src: motd.j2
dest: /etc/motd

View File

@@ -15,6 +15,7 @@ create_directories:
- music
- downloads
- pictures
- share
- code
- code/scripts
- code/projects
@@ -23,11 +24,10 @@ create_directories:
init_users:
opal:
name: opal
uid: 2000
uid: 1000
group: opal
groups:
- wheel
- docker
state: present
shell: /bin/bash
create_home: true