Skip to content

Pandemonium1986/ansible-role-stern

Repository files navigation

Ansible role : stern


Disclaimer
All contributions made directly in this repository will be deleted by force push. If you want to contribute, go to ansible-collection-k8s-toolbox


Ansible Role Molecule GitHub release Github license

Install and configure stern from GitHub repository.

Requirements

This role is self contained and install stern for debian, ubuntu, linux mint, centos.

Role Variables

From defaults/main.yml :

stern_installation_path: "/opt/github/stern"
stern_checksum: "sha256:e0b39dc26f3a0c7596b2408e4fb8da533352b76aaffdc18c7ad28c833c9eb7db"
stern_version: "1.11.0"

Example Playbook

- name: stern installation
  hosts: all
  become: true
  tasks:
    - import_role:
        name: pandemonium1986.stern

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details