buluma.at
Ansible Role at
This role installs and sets up the at
command on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here is a sample playbook from molecule/default/converge.yml
that is tested with every update, pull request, and release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.at
Before running the main playbook, the system needs to be prepared. In CI, this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
For a more detailed guide, check out the full explanation and example on using these roles.
Requirements
- Libraries and tools listed in requirements.txt.
State of Used Roles
The following roles are required for preparing the system. You can use different methods for preparation if you prefer.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role is part of many related roles. For more information, take a look at the documentation for these roles.
Here is a visual representation of related roles:
Compatibility
This role has been tested on the following container images: Docker Hub:
container | tags |
---|---|
Alpine | all |
Amazon | Candidate |
EL | 8 |
Debian | all |
Fedora | all |
opensuse | all |
Ubuntu | all |
Ansible version 2.12 or later is required. Tests have been conducted on:
- The last version.
- The current version.
- The development version.
If you encounter issues, please report them on GitHub.
Changelog
You can view the Role History.
License
This role is licensed under Apache-2.0.
Author Information
The author is Shadow Walker.
Install and configure at on your system.
ansible-galaxy install buluma.at