Installing Ansible - scottgoetz/ansible GitHub Wiki

  1. sudo apt install ansible

  2. sudo apt install whois

  3. 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