buluma.digitalocean-agent
Ansible Role digitalocean-agent
This role installs the DigitalOcean agent on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here’s a simple example taken from molecule/default/converge.yml
. It runs on every push, pull request, and release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.digitalocean-agent
Your system needs to be prepared. In the CI process, this is handled using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
- role: buluma.ca_certificates
- role: buluma.apt_autostart
For more details, see the full explanation and example on using these roles.
Requirements
- Python packages mentioned in requirements.txt.
State of Used Roles
The following roles are used to prepare your system. You can choose to prepare your system differently.
Requirement | GitHub | Version |
---|---|---|
buluma.apt_autostart | ||
buluma.bootstrap | ||
buluma.ca_certificates |
Context
This role is part of many compatible roles. Check out their documentation for more information.
Here’s a visual overview of related roles:
Compatibility
This role works with these container images:
Container | Tags |
---|---|
Amazon | Candidate |
EL | 8, 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.
Changelog
See the Role History for updates.
License
This role is licensed under Apache-2.0.
Author Information
Created by Shadow Walker.
Install digitalocean agent on your system.
ansible-galaxy install buluma.digitalocean-agent