Updated basic
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user