Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boutetnico/ansible-role-percona-release
Install and configure percona-release using Ansible.
https://github.com/boutetnico/ansible-role-percona-release
debian percona percona-distribution ubuntu
Last synced: 26 days ago
JSON representation
Install and configure percona-release using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-percona-release
- Owner: boutetnico
- License: mit
- Created: 2024-08-02T09:53:08.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:08:20.000Z (3 months ago)
- Last Synced: 2024-09-30T02:24:02.413Z (about 1 month ago)
- Topics: debian, percona, percona-distribution, ubuntu
- Language: Jinja
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/boutetnico/ansible-role-percona-release/workflows/Test%20ansible%20role/badge.svg)](https://github.com/boutetnico/ansible-role-percona-release/actions?query=workflow%3A%22Test+ansible+role%22)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-boutetnico.percona_release-blue.svg)](https://galaxy.ansible.com/boutetnico/percona_release)ansible-role-percona-release
============================This role installs and configures [percona-release](https://docs.percona.com/percona-software-repositories/percona-release.html).
Requirements
------------Ansible 2.10 or newer.
Supported Platforms
-------------------- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)Role Variables
--------------| Variable | Required | Default | Choices | Comments |
|------------------------------|----------|---------------|-----------|---------------------------------------------------|
| percona_release_dependencies | true | `[gnupg]` | list | |
| percona_release_repositories | true | `[]` | list | Repositories to enable. |
| percona_release_version | true | `latest` | string | |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- role: ansible-role-percona-releaseTesting
-------molecule test
License
-------MIT
Author Information
------------------[@boutetnico](https://github.com/boutetnico)