stancel.install-bareos-client
install-bareos-client
=========
This is a role for installing the Bareos client on an Ubuntu machine and opening the necessary firewall port (9102) to allow communication with the Bareos director server.
Requirements
None. However, it is recommended that you are already using Bareos or Bacula to use this role.
Role Variables
- The password for the Bareos client:
install_bareos_client_client_password: "Your secure password here (47 characters)"
- The version of Ubuntu where you are installing this (default = 18.04):
install_bareos_client_bareos_ubuntu_install_version: "18.04"
Dependencies
None
Example Playbook
Here’s an example of how to use this role, with variables included:
- hosts: your_server
vars_files:
- vars/main.yml
roles:
- { role: stancel.install-bareos-client }
Or, you can specify variables directly in the playbook:
- hosts: your_server
vars:
install_bareos_client_client_password: "Your secure password here"
install_bareos_client_bareos_ubuntu_install_version: "16.04"
roles:
- { role: stancel.install-bareos-client }
License
GPLv3
Author Information
Informazioni sul progetto
Installs the Bareos Backup Client and opens the needed ports to communicate with the Bareos Director server component
Installa
ansible-galaxy install stancel.install-bareos-client
Licenza
Unknown
Download
201
Proprietario