Installing Ansible - scottgoetz/ansible GitHub Wiki
-
sudo apt install ansible
-
sudo apt install whois
-
Add Client names and IPs to Ansible "hosts" file. Names in the hosts file must match names under the "hosts" area in playbooks: i.e. mail, core, redirector, drone
sudo vi /etc/ansible/hosts
It should look something like this:
[core]
X.X.X.X
[redirector]
X.X.X.X
[mail]
X.X.X.X