pushing fedora changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user