Test
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
name: tobi
|
||||
password: $6$9OnvBMN6Sxc.muW1$afASAJdoPZL/WxTp6.lh/SurRRiClaru2Pl19fEo6j1aDEQw99kdkfls6.DB8OBacBDnT3bpsLYD3JqrvXlE9/
|
||||
comment: Tobias Maier
|
||||
groups: wheel
|
||||
groups: wheel,docker
|
||||
shell: /bin/zsh
|
||||
|
||||
- name: Add name to git config
|
||||
@@ -157,7 +157,7 @@
|
||||
- name: Install some more user-packages
|
||||
kewlfft.aur.aur:
|
||||
use: paru
|
||||
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust
|
||||
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust,docker,docker-compose
|
||||
state: present
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
@@ -167,3 +167,9 @@
|
||||
name: syncthing@tobi
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: Enable service Docker
|
||||
ansible.builtin.service:
|
||||
name: docker
|
||||
enabled: yes
|
||||
state: started
|
||||
Reference in New Issue
Block a user