You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
playbooks | 1 year ago | |
roles | 9 months ago | |
README.md | 1 year ago | |
ansible.cfg | 2 years ago | |
base-install.sh | 2 years ago | |
finish-install.sh | 1 year ago | |
install.sh | 1 year ago | |
site.yml | 1 year ago | |
test-install.sh | 1 year ago |
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