adding fedora stuff

This commit is contained in:
2024-07-22 12:10:55 -07:00
parent 82cc422756
commit c58d299d18
138 changed files with 278 additions and 0 deletions

33
roles/fedora_base/vars/main.yml Executable file
View File

@@ -0,0 +1,33 @@
---
init_groups:
- wheel
remove_directories:
- Templates
- Videos
- Documents
- Music
- Downloads
- Pictures
- Public
- Desktop
create_directories:
- documents
- music
- downloads
- pictures
- scripts
- projects
- src
- .config
init_users:
opal:
name: opal
group: opal
groups:
- wheel
state: present
shell: /bin/bash
create_home: true