hello Ansible community, I have been trying for some time now to automate the install and configuration of RSA Securid. This is the reference I have been using:
https://www.turbogeek.co.uk/how-to-install-rsa-authentication-in-linux/ It seems straightforward enough. I have an Anisble play within a role I use for state mgmt to handle the install and set up of RSA Secureid. Initially, I create the /var/ace directory and the file, sdopts.rec, echo'ing in the CLIENT_IP=<ip address>. In the next Ansible block, I pull down the rsa tarball, extract it, get the expect script, and run the install. In the third Ansible block, I grab the sd_pam.conf (a J2 template), put it in /etc/ as /etc/sd_pam.conf and then finally adjust the /etc/pam.d/sshd file which for all intents and purposes looks fine. And, before any testing, I restart the sshd daemon. I've tried to find a Galaxy role to compare my work to but no luck there. Does anyone have a reference to a working role? Upon testing rsa, running ./acestatus is successful but ./acetest does fail. I have enabled tracelevel 8 on the logs and provided a location for the logs in /tmp/rsa.log. The RSA console does not show any hint of the test server(s) reaching out to it. Thanks all. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2d3bf352-66d8-4702-943b-e4fd43dc0ee7n%40googlegroups.com.
