buluma.powertools

Ansible Role powertools

This role helps you enable the powertools repository on your system.

GitHub Version Issues Pull Requests Downloads
github Version Issues PullRequests Ansible Role

Example Playbook

Here’s a simple example from molecule/default/converge.yml that is tested regularly.

---
- name: Converge
  hosts: all
  become: true
  gather_facts: true

  pre_tasks:
    - name: Update apt cache.
      apt: update_cache=yes cache_valid_time=600
      when: ansible_os_family == 'Debian'
      changed_when: false

  roles:
    - role: buluma.powertools

Before running, ensure the machine is set up. This setup is handled in CI using molecule/default/prepare.yml:

---
- name: Prepare
  hosts: all
  become: true
  gather_facts: false

  roles:
    - role: buluma.bootstrap

You can find a full guide and example on how to use these roles.

Requirements

State of Used Roles

The following roles help prepare a system. You can choose a different way to do this if you prefer.

Requirement GitHub Version
buluma.bootstrap Ansible Molecule Version

Context

This role is part of many related roles. Check out the documentation of these roles for more details.

Here’s a look at related roles:

dependencies

Compatibility

This role works with the following container images:

Container Tags
EL 8

You need at least Ansible version 2.12. Tests have been conducted on:

  • Previous versions.
  • Current version.
  • Development version.

If you find any issues, please report them on GitHub.

Changelog

For the role history, check this link.

License

This role is licensed under Apache-2.0.

Author Information

Created by Shadow Walker.

Informazioni sul progetto

Enable powertools repository on your system.

Installa
ansible-galaxy install buluma.powertools
Licenza
apache-2.0
Download
2.2k
Proprietario
DevOps Engineer