Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Maier
defaf3ac07 Updated basic 2022-05-27 13:02:05 +02:00
Tobias Maier
dc1d2faa4a Added vscode fonts 2022-05-27 13:02:00 +02:00
2 changed files with 7 additions and 14 deletions

View File

@@ -1,23 +1,16 @@
# ---
# - hosts: localhost
# vars:
# - username: sammy
# - home: /home/sammy
# tasks:
# - name: print variables
# debug:
# msg: "Username: {{ username }}, Home dir: {{ home }}"
--- ---
- hosts: localhost - hosts: localhost
vars: vars:
- hostname: 'test-vm' - hostname: 'stargazer'
tasks: tasks:
- name: Update and Upgrade all exisiting packages - name: Update and Upgrade all exisiting packages
community.general.pacman: community.general.pacman:
update_cache: yes update_cache: yes
upgrade: yes upgrade: yes
- name: Install archlinux-keyring
community.general.pacman:
name: archlinux-keyring
state: latest
- name: Install basic packages - name: Install basic packages
community.general.pacman: community.general.pacman:
name: sudo,zsh,htop,autoconf,automake,binutils,bison,file,findutils,flex,gawk,gcc,gettext,grep,groff,gzip,libtool,m4,make,patch,pkgconf,sed,texinfo,which,base-devel,ttf-font-awesome name: sudo,zsh,htop,autoconf,automake,binutils,bison,file,findutils,flex,gawk,gcc,gettext,grep,groff,gzip,libtool,m4,make,patch,pkgconf,sed,texinfo,which,base-devel,ttf-font-awesome
@@ -40,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

View File

@@ -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,docker,docker-compose 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,nerd-fonts-dejavu-complete,qbittorrent,freecad,vlc
state: present state: present
become: yes become: yes
become_user: aur_builder become_user: aur_builder