avnes / ansible-role-etcd

Ansible role to install etcd binaries on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-etcd

Ansible

Ansible role for installing etcd.

Requirements

Poetry. Install it from https://python-poetry.org/docs/

Role Variables

etcd_version: 3.7.2
etcd_for_all_users: true # If false it will install in in the users ~/bin directory
command_shell: bash         # Must be bash or zsh

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - { role: avnes.etcd }

For pip compability

poetry export --dev --output requirements.txt

Test

poetry install
poetry shell
molecule test

License

MIT

Author Information

https://github.com/avnes

About

Ansible role to install etcd binaries on Linux

License:MIT License