Apt Playbook

I use ansible to keep all my computers consistent and install the same packages on all the systems. First I install my ssh key. Then I allow the sudo group to run sudo without supplying a password. Then I run the following ansible playbook (of course the ip address OR ‘HOSTS’ is assigned by DHCP):

Apt Playbook Read More »