Ansible deployment

You can deploy centralizeddaemon (The agent running on managed nodes) using ansible. For this, a role is provided.

Audience

Audience for this document is for people having at least bits of familiarity with ansible.

How to

Where to find the ansible role.

https://github.com/sisu-centralized/centralized/tree/master/deployment/clients/ansible

Before running (preparatory work)

Ensure on all target machines:

Run the deployment

As an example, here's how we run our deployment on test containers:

ansible-playbook -u root -i inventories/centralized_test_clients.hosts playbook.yml  --diff
Pierre Ancelot, 2019.
Back to main page