Added gnome playvbook

This commit is contained in:
tobi
2022-03-30 23:10:17 +02:00
parent 1fd36409b1
commit 0039327f8f
2 changed files with 126 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
- 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
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
state: present
- name: Make sure we have a 'wheel' group
@@ -108,12 +108,4 @@
- name: Set a hostname
hostname:
name: "{{ hostname }}"
# - name: Add ssh-rsa to ssh config as this seems to be disabled by default
# blockinfile:
# path: /etc/ssh/ssh_config
# block: |
# Host *
# HostKeyAlgorithms ssh-rsa
# PubkeyAcceptedKeyTypes ssh-rsa
name: "{{ hostname }}"