bunch of stuff

This commit is contained in:
Ry
2023-02-06 22:32:45 -08:00
8 changed files with 74 additions and 84 deletions

View File

@@ -41,11 +41,6 @@
group: "{{ item.value.group }}"
loop: "{{ init_users | dict2items }}"
- name: Setup /etc/motd from template
template:
src: motd.j2
dest: /etc/motd
- name: Install galaxy collections
community.general.ansible_galaxy_install:
type: collection

View File

@@ -18,6 +18,7 @@ create_directories:
- music
- downloads
- pictures
- share
- code
- code/scripts
- code/projects
@@ -31,9 +32,8 @@ init_users:
group: opal
groups:
- wheel
- docker
state: present
shell: /usr/bin/zsh
shell: /bin/bash
create_home: true
ansible_galaxy_collections: