| A role that installs the yum repository for Collabora Online - CODE from official collaboraoffice.com
This role is needed to provide the Collabora Online - CODE packages.
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
Used Modules:
This role has the below dependencies:
You can install them with:
ansible-galaxy install -r requirements.yml
# defaults/main.yml for repo_collabora_code
# repository state can be set to "present" / "absent"
wtd_repo_collabora_code_state: "present"
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" }
All tests are located in test directory.
Basic testing:
bash ./tests/test-ansible.sh
bash ./tests/test-spelling.sh
bash ./tests/test-whitespace.sh
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.
This work is licensed under a BSD License.
Site: while-true-do.org
Mail: hello@while-true-do.org