69 lines
3.0 KiB
Markdown
69 lines
3.0 KiB
Markdown
# [minimal](#minimal)
|
|
|
|
Install and configure minimal on your system.
|
|
|
|
|GitHub|GitLab|Quality|Downloads|Version|
|
|
|------|------|-------|---------|-------|
|
|
|[](https://github.com/mullholland/ansible-role-minimal/actions)|[](https://gitlab.com/opensourceunicorn/ansible-role-minimal)|[](https://galaxy.ansible.com/mullholland/minimal)|[](https://galaxy.ansible.com/mullholland/minimal)|[](https://github.com/mullholland/ansible-role-minimal/releases/)|
|
|
|
|
## [Example Playbook](#example-playbook)
|
|
|
|
This example is taken from [`molecule/default/converge.yml`](https://github.com/mullholland/ansible-role-minimal/blob/master/molecule/default/converge.yml) and is tested on each push, pull request and release.
|
|
|
|
```yaml
|
|
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
roles:
|
|
- role: mullholland.minimal
|
|
```
|
|
|
|
|
|
|
|
## [Requirements](#requirements)
|
|
|
|
- pip packages listed in [requirements.txt](https://github.com/mullholland/ansible-role-minimal/blob/master/requirements.txt).
|
|
|
|
|
|
## [Context](#context)
|
|
|
|
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://mullholland.net) for further information.
|
|
|
|
Here is an overview of related roles:
|
|

|
|
|
|
## [Compatibility](#compatibility)
|
|
|
|
This role has been tested on these [container images](https://hub.docker.com/u/mullholland):
|
|
|
|
|container|tags|
|
|
|---------|----|
|
|
|[Alpine](https://hub.docker.com/repository/docker/mullholland/docker-alpine-systemd/general)|all|
|
|
|[Amazon](https://hub.docker.com/repository/docker/mullholland/docker-amazonlinux-systemd/general)|all|
|
|
|[Debian](https://hub.docker.com/repository/docker/mullholland/docker-debian-systemd/general)|all|
|
|
|[EL](https://hub.docker.com/repository/docker/mullholland/docker-centos-systemd/general)|all|
|
|
|[Fedora](https://hub.docker.com/repository/docker/mullholland/docker-fedora-systemd/general)|all|
|
|
|[opensuse](https://hub.docker.com/repository/docker/mullholland/docker-opensuse-systemd/general)|all|
|
|
|[Ubuntu](https://hub.docker.com/repository/docker/mullholland/docker-ubuntu-systemd/general)|all|
|
|
|
|
The minimum version of Ansible required is 2.10, tests have been done to:
|
|
|
|
- The previous version.
|
|
- The current version.
|
|
- The development version.
|
|
|
|
If you find issues, please register them in [GitHub](https://github.com/mullholland/ansible-role-minimal/issues)
|
|
|
|
## [License](#license)
|
|
|
|
[Apache-2.0](https://github.com/mullholland/ansible-role-minimal/blob/master/LICENSE).
|
|
|
|
## [Author Information](#author-information)
|
|
|
|
[robertdebock](https://mullholland.net)
|
|
|
|
Please consider [sponsoring me](https://github.com/sponsors/mullholland).
|