Ansible playbook to install custom Debian Xfce on machine
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Etienne Baqué 9daf72b8d5 Added pdftk package 4 weeks ago
playbooks
roles Added pdftk package 4 weeks ago
README.md
ansible.cfg
base-install.sh
finish-install.sh
install.sh
site.yml
test-install.sh
ubuntu-install.sh
ubuntu.yml

README.md

Ansible Debian

Ansible playbook that installs software for Debian and config for XFCE.

Before running the install script

su - root
apt install sudo wget
adduser <user> sudo

Exit, log out, and log back in as <user>

Then, as <user>:

wget -qO- install.etiennebaque.com | bash