Test
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
name: tobi
|
name: tobi
|
||||||
password: $6$9OnvBMN6Sxc.muW1$afASAJdoPZL/WxTp6.lh/SurRRiClaru2Pl19fEo6j1aDEQw99kdkfls6.DB8OBacBDnT3bpsLYD3JqrvXlE9/
|
password: $6$9OnvBMN6Sxc.muW1$afASAJdoPZL/WxTp6.lh/SurRRiClaru2Pl19fEo6j1aDEQw99kdkfls6.DB8OBacBDnT3bpsLYD3JqrvXlE9/
|
||||||
comment: Tobias Maier
|
comment: Tobias Maier
|
||||||
groups: wheel
|
groups: wheel,docker
|
||||||
shell: /bin/zsh
|
shell: /bin/zsh
|
||||||
|
|
||||||
- name: Add name to git config
|
- name: Add name to git config
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
- name: Install some more user-packages
|
- name: Install some more user-packages
|
||||||
kewlfft.aur.aur:
|
kewlfft.aur.aur:
|
||||||
use: paru
|
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
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
@@ -167,3 +167,9 @@
|
|||||||
name: syncthing@tobi
|
name: syncthing@tobi
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
|
- name: Enable service Docker
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: docker
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
Reference in New Issue
Block a user