You can deploy centralizeddaemon (The agent running on managed nodes) using ansible. For this, a role is provided.
Audience for this document is for people having at least bits of familiarity with ansible.
https://github.com/sisu-centralized/centralized/tree/master/deployment/clients/ansible
Ensure on all target machines:
requests
is installed.roles/centralized-client/files/
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