Only Supporting Ubuntu 22.04 for the moment
If you want to first add a user that can bypass duo for future playbook runs
If you change the username from ansible, make sure you add it to groups with !username
- Edit hosts file or use your own
- Edit vars/vars.yml and set your information from DUO Application Unix
- Additional settings can be set by editing templates/pam_duo.conf.j2 See: https://duo.com/docs/loginduo#duo-configuration-options
- ansible-playbook -i hosts tasks/main.yml
11/7/2023 - Verified working on DO and Azure
11/4/2023 - Initial creation