xe0nic.ansible_kodo_cloud_agent

Role Name

Kodo Cloud is a backup solution for Office 365. This role installs the Kodo Cloud Agent, which helps move data by connecting to the cloud and performing backup and restore tasks.

Requirements

You need a minimal installation of CentOS/RHEL 8 and set up public key authentication between the command host and the target machine.

Role Variables

Defaults:

kodo_repo: "http://repo.storware.eu/kodo-cloud/current/el{{ ansible_distribution_major_version }}"
  • The kodo_repo variable indicates where to find the Kodo Cloud installation files.
  • The kodo_staging_path lets you choose where to keep temporary files on the agent (if the agent is remote, make sure to mount the server's temporary storage using NFS first).

Dependencies

N/A

Example Playbook

This deploys the Kodo server on the server host (only one server can be set up) and multiple agents on agents hosts.

- hosts: server
  roles:
   - xe0nic.ansible_kodo_cloud_server

- hosts: agents
  roles:
   - xe0nic.ansible_kodo_cloud_agent

Example hosts inventory (ensure that SSH public key authentication for the ansible user mentioned in the inventory is properly set up):

[all:vars]
ansible_user = root

[server]
192.168.155.233

[agents]
192.168.155.233 agent_name=agent1

License

MIT

Author Information

For more details, visit the product website: https://storware.eu/products/kodo-for-cloud
Documentation: https://storware.gitbook.io/kodo-for-cloud-office365

Informazioni sul progetto

Storware Kodo Cloud Agent role

Installa
ansible-galaxy install xe0nic.ansible_kodo_cloud_agent
Licenza
Unknown
Download
337
Proprietario
Ensuring data availability and business continuity at every level, in all circumstances.