add teleport role

This commit is contained in:
2020-08-22 10:02:43 -05:00
parent ba8f63cda4
commit 73a1e1fafc
7 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- name: autossh daemon-reload
systemd:
daemon_reload: yes
- name: reload teleport
service:
name: "{{ teleport_service_name }}"
state: reloaded
- name: restart teleport
service:
name: "{{ teleport_service_name }}"
state: restarted