Skip to content

A role that installs the yum repository for Collabora Online - CODE from official collaboraoffice.com

License

Notifications You must be signed in to change notification settings

while-true-do/ansible-role-repo-collabora-code

Build Status

Ansible Role: repo-collabora-code

| A role that installs the yum repository for Collabora Online - CODE from official collaboraoffice.com

Motivation

This role is needed to provide the Collabora Online - CODE packages.

Installation

Install from Ansible Galaxy

ansible-galaxy install while_true_do.repo_collabora_code

Install from Github

git clone https://github.com/while-true-do/ansible-role-repo-collabora-code.git while_true_do.repo_collabora_code

Requirements

Used Modules:

Dependencies

This role has the below dependencies:

You can install them with:

ansible-galaxy install -r requirements.yml

Role Variables

# defaults/main.yml for repo_collabora_code

# repository state can be set to "present" / "absent"
wtd_repo_collabora_code_state: "present"

Example Playbook

Simple Example:

- hosts: servers
  roles:
    - { role: while_true_do.repo_collabora_code }

Advanced Example:

- hosts: servers
  roles:
    - { role: while_true_do.repo_collabora_code, wtd_repo_collabora_code_state: "absent" }

Testing

All tests are located in test directory.

Basic testing:

bash ./tests/test-ansible.sh
bash ./tests/test-spelling.sh
bash ./tests/test-whitespace.sh

Contribute / Bugs

Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.

License

This work is licensed under a BSD License.

Author Information

Site: while-true-do.org

Mail: hello@while-true-do.org

About

A role that installs the yum repository for Collabora Online - CODE from official collaboraoffice.com

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages