In Ansible you are in the essence saying, this is how I would like this
machine to be configured.
And since Ansible is idempotence it will check if the the configuration
is correct if not it will change the configuration to match the Ansible
code.
So the only thing you would need to do is run the playbook often, then
you now the server is running with the Ansible configuration.
--
Kai Stian Olstad