/ansible-role-repo-webtatic

A role that installes yum repository for updated web related packages (Webtatic).

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

Ansible Role: Repo-Webtatic

| A role that installs yum repository for updated web related packages (Webtatic).

Motivation

This role is needed to get access to updated web related packages (Webtatic).

Installation

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

Requirements

Used Modules

Role Variables

# 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"

Dependencies

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

Example Playbook

Simple Example:

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

Testing

All tests should be put in test directory.

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

Blog: blog.while-true-do.org

Mail: hello@while-true-do.org