Compare commits
2 Commits
87fab4ffa9
...
defaf3ac07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
defaf3ac07 | ||
|
|
dc1d2faa4a |
@@ -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
|
||||
vars:
|
||||
- hostname: 'test-vm'
|
||||
- hostname: 'stargazer'
|
||||
tasks:
|
||||
- name: Update and Upgrade all exisiting packages
|
||||
community.general.pacman:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
||||
|
||||
- name: Install archlinux-keyring
|
||||
community.general.pacman:
|
||||
name: archlinux-keyring
|
||||
state: latest
|
||||
- name: Install basic packages
|
||||
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
|
||||
@@ -40,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,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
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
Reference in New Issue
Block a user