gabops / ansible-role-repo-percona

Installs and configures percona repository.

Home Page:https://galaxy.ansible.com/gabops/repo_percona

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gabops.repo_percona

Build Status

Installs Percona (https://www.percona.com) repository.

Requirements

None.

Role Variables

Variable Default value Description
percona_repository_version latest The version of the package for installing the repo.

Dependencies

None.

Example Playbook

1 - Using the default values this roles uses:

    - hosts: servers
      roles:
         - role: gabops.repo-percona

2 - Setting a custom version of the repo package

    - hosts: servers
      vars:
        percona_repository_version: 0.1-9
      roles:
         - role: gabops.repo-percona

License

MIT

Author Information

Gabriel Suarez (gabops)

About

Installs and configures percona repository.

https://galaxy.ansible.com/gabops/repo_percona

License:MIT License


Languages

Language:Makefile 69.6%Language:Python 30.4%