switches from fedora to arch, reorg, etc
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
---
|
||||
init_groups:
|
||||
- wheel
|
||||
- docker
|
||||
|
||||
remove_directories:
|
||||
- Templates
|
||||
- Videos
|
||||
@@ -10,7 +14,6 @@ remove_directories:
|
||||
- Desktop
|
||||
|
||||
create_directories:
|
||||
- bin
|
||||
- documents
|
||||
- music
|
||||
- downloads
|
||||
@@ -23,7 +26,7 @@ create_directories:
|
||||
init_users:
|
||||
opal:
|
||||
name: opal
|
||||
uid: 2000
|
||||
uid: 1000
|
||||
group: opal
|
||||
groups:
|
||||
- wheel
|
||||
@@ -31,3 +34,7 @@ init_users:
|
||||
state: present
|
||||
shell: /bin/bash
|
||||
create_home: true
|
||||
|
||||
ansible_galaxy_collections:
|
||||
- community.docker
|
||||
- ansible.posix
|
||||
|
||||
Reference in New Issue
Block a user