A collection of playbooks for setting up Debian-based systems.
The ansible-playbook tool is needed.
On Debian, install with apt:
$ sudo apt install ansibleansible-playbook can be installed from the anbible PPA:
$ sudo add-apt-repository --update ppa:ansible/ansible
$ sudo apt install ansibleExecute selected playbooks with the following command,
which will prompt entering the become password:
$ ansible-playbook -K <playbook_name_here>.yaml