项目作者: stancel

项目描述 :
Ansible role that installs the Bareos Backup Client and opens the needed ports to communicate with the Bareos Director server component
高级语言: Python
项目地址: git://github.com/stancel/install-bareos-client.git
创建时间: 2018-06-12T22:27:23Z
项目社区:https://github.com/stancel/install-bareos-client

开源协议:

下载


install-bareos-client

A role to install the bareos client onto an Ubuntu machine and open up the required firewall ports (9102) so that it can communicate with the bareos-director server component.

Requirements

None. Well, you’ll want to already be using Bareos or Bacula if you are using this role.

Role Variables

The bareos client’s password

  1. install_bareos_client_client_password: "Some very long string password here (47 characters)"

Which (numerical) version of Ubuntu you are installing this onto (default = 18.04)

  1. install_bareos_client_bareos_ubuntu_install_version: "18.04"

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

  1. - hosts: your_server
  2. vars_files:
  3. - vars/main.yml
  4. roles:
  5. - { role: stancel.install-bareos-client }

or

  1. - hosts: your_server
  2. vars:
  3. install_bareos_client_client_password: "Some very long string password here"
  4. install_bareos_client_bareos_ubuntu_install_version: "16.04"
  5. roles:
  6. - { role: stancel.install-bareos-client }

License

GPLv3

Author Information

Brad Stancel