bareos_console

Ansible role bareos_console

Install and configure Bareos Console (bconsole) on your system.

GitHub GitLab Downloads Version
github gitlab downloads Version

Example Playbook

This example is taken from molecule/default/converge.yml and is tested on each push, pull request and release.

---
- name: Converge
  hosts: all
  become: yes
  gather_facts: yes

  roles:
    - role: adfinis.bareos_console
      bareos_console_directors:
        - name: bareos-dir
          address: localhost
          password: "MySuperSecretPassword"
          description: "Bareos Console credentials for local Director"
          tls_enable: yes
          tls_verify_peer: no

The machine needs to be prepared. In CI this is done using molecule/default/prepare.yml:

---
- name: Prepare
  hosts: all
  become: yes
  gather_facts: no

  roles:
    - role: robertdebock.bootstrap
    - role: adfinis.bareos_repository

These roles are provided as is, without warranty of any kind. Use it at your own risk.

Role Variables

The default values for the variables are set in defaults/main.yml:

---
# defaults file for bareos_console

bareos_console_directors: []

Requirements

State of used roles

The following roles are used to prepare a system. You can prepare your system in another way.

Requirement GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
adfinis.bareos_repository Build Status GitHub Build Status GitLab

Context

This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.

Here is an overview of related roles: dependencies

Compatibility

This role has been tested on these container images:

container tags
Debian bookworm, bullseye, buster
EL 7, 8, 9
Fedora 37, 38
opensuse all
Ubuntu jammy, focal

The minimum version of Ansible required is 2.12, tests have been done to:

  • The previous version.
  • The current version.
  • The development version.

If you find issues, please register them in GitHub.

License

Apache-2.0.

Author Information

Adfinis

About

Install and configure [Bareos](https://www.bareos.com/) Console (bconsole) on your system.

Install
ansible-galaxy install adfinis/ansible-role-bareos_console
GitHub repository
License
gpl-3.0
Downloads
761
Owner
Potential. Unlocked.