robertdebock.at
Ansible Role for Installing 'at'
This role helps you install and set up 'at' on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
Here’s a simple example taken from molecule/default/converge.yml
. It is tested anytime there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.at
Before running this, make sure your machine is prepared. This can be done in CI using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: robertdebock.bootstrap
For a detailed explanation and more examples, check this guide.
Requirements
- You need to install the pip packages listed in requirements.txt.
State of Used Roles
The following roles are used to prepare your system, but you can use different methods if you prefer.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role is part of many roles that work well together. For more information, refer to the documentation for these roles.
Here’s a diagram showing related roles:
Compatibility
This role has been tested with the following container images:
Container | Tags |
---|---|
Alpine | all |
Amazon | Candidate |
EL | 9 |
Debian | all |
Fedora | all |
Ubuntu | all |
You need at least Ansible version 2.12. Tests have been conducted on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
This role is licensed under Apache-2.0.
Author Information
Created by robertdebock.
If you appreciate my work, please consider sponsoring me.
Install and configure at on your system.
ansible-galaxy install robertdebock.at