added veracrypt role, fixed problems with site.yml

This commit is contained in:
opal
2023-10-24 22:05:39 -07:00
parent 80c2a429aa
commit 53e4fe49e5
10 changed files with 24 additions and 3 deletions
-37
View File
@@ -1,37 +0,0 @@
---
init_groups:
- docker
remove_directories:
- Templates
- Videos
- Documents
- Music
- Downloads
- Pictures
- Public
- Desktop
create_directories:
- documents
- music
- downloads
- pictures
- share
- scripts
- projects
init_users:
opal:
name: opal
group: opal
groups:
- sudo
- docker
state: present
shell: /bin/bash
create_home: true
ansible_galaxy_collections:
- community.docker
- ansible.posix