From 0eb62825875ab8851aabd061c53e605b46dd5453 Mon Sep 17 00:00:00 2001 From: rubenb Date: Tue, 7 May 2024 16:48:02 +0200 Subject: [PATCH] add playbook file freeradius totp --- linux-config-freeradius-totp.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 linux-config-freeradius-totp.yaml diff --git a/linux-config-freeradius-totp.yaml b/linux-config-freeradius-totp.yaml new file mode 100644 index 0000000..05439d4 --- /dev/null +++ b/linux-config-freeradius-totp.yaml @@ -0,0 +1,12 @@ +--- + +- hosts: '{{ ip_addr }}' + become: yes + become_method: sudo + gather_facts: no + + tasks: + + - name: "[CONFIG FREERADIUS TOTOP] Install and configure FREERADIUS TOTOP" + import_role: + name: config-freeradius-totp \ No newline at end of file