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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user