buluma.container_docs
Ansible Role: container_docs
This role changes the package manager settings to install documentation and manual pages.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here is a simple playbook example gathered from molecule/default/converge.yml
. This is tested with every update.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.container_docs
You need to prepare the machine first. In Continuous Integration (CI), this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
For more details, check the full explanation and example on how to use these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare the system. You can choose a different method if you prefer.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role works with many other compatible roles. For more information, check the documentation of these roles.
Here’s a visual overview of related roles:
Compatibility
This role has been tested with the following container images:
Container | Tags |
---|---|
Alpine | all |
Amazon | Candidate |
EL | 8 |
Debian | all |
Fedora | all |
openSUSE | all |
Ubuntu | all |
You need at least Ansible version 2.12. We have tested:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
Changelog
See the Role History.
License
This project is licensed under Apache-2.0. You can read it here.
Author Information
Created by Shadow Walker.
Change package manager configuration to install docs and manpages.
ansible-galaxy install buluma.container_docs