| A role that installs yum repository for updated web related packages (Webtatic).
This role is needed to get access to updated web related packages (Webtatic).
Install from Ansible Galaxy
ansible-galaxy install while_true_do.repo_webtatic
Install from Github
git clone https://github.com/while-true-do/ansible-role-repo-webtatic.git while_true_do.repo_webtatic
Used Modules
# defaults/main.yml
# You can change the state (present|absent)
wtd_repo_webtatic_state: present
wtd_repo_webtatic_packages:
- "https://mirror.webtatic.com/yum/el7/webtatic-release.rpm"
This role depends on https://galaxy.ansible.com/while_true_do/repo_epel. You have to install the role:
ansible-galaxy install -r requirements.yml
Simple Example:
- hosts: servers
roles:
- { role: while_true_do.repo_webtatic }
All tests should be put in test directory.
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.
Blog: blog.while-true-do.org
Mail: hello@while-true-do.org