Added gnome playvbook
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user