Using expect-lite to automate a Shibboleth 3 IDP deployment via ansible
I was automating the shibboleth 3 IDP installer in Ansible and came across expect-lite (apt-get install expect-lite). It's a minimal wrapper around expect - a tool used for automating interactive comm...