initial commit

This commit is contained in:
2021-02-23 14:56:56 +01:00
commit 6f96a5b920
41 changed files with 369 additions and 0 deletions

3
tasks/basetools/main.yml Normal file
View File

@@ -0,0 +1,3 @@
---
- name: install basetools

0
tasks/cinnamon/main.yml Normal file
View File

0
tasks/deepin/main.yml Normal file
View File

0
tasks/gnome/main.yml Normal file
View File

0
tasks/kde/main.yml Normal file
View File

0
tasks/mate/main.yml Normal file
View File

8
tasks/users/main.yml Normal file
View File

@@ -0,0 +1,8 @@
- name: create ansible user
user: name=ansible uid=900
- name: copy sudoers_ansible
copy: src=files/sudoers_ansible dest=/etc/sudoers.d/ansible owner=root group=root mode=0440
- name: create daily user
user: name=rene

0
tasks/xfce/main.yml Normal file
View File

9
tasks/zsh/main.yml Normal file
View File

@@ -0,0 +1,9 @@
zsh
zsh-autosuggestions
zsh-completions
zsh-doc
zsh-history-substring-search
zsh-lovers
zsh-syntax-highlighting
zsh-theme-powerlevel9k
zshdb