This commit is contained in:
Tobias Maier
2022-05-26 00:53:41 +02:00
parent 873e62d444
commit 87fab4ffa9

View File

@@ -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