Role to upgrade teleport
For using molecule tests:
molecule-podman==2.1.0
molecule==5.0.0
ansible==2.14.5
and python 3.9+
For using role:
ansible==2.14.5
# This means that the teleport service needs to be restarted.
teleport_service_enabled: false
# Means that it is necessary to restart also the second teleport service.
second_service_enabled: false
# Name of the second service
second_service_name: app_teleport
installed teleport on hosts
---
- hosts: all
roles:
- teleport_update
BSD-3-Clause