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