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