Skip to content

Releases: lkirkwood/ansible-sshman

Release 0.1.2

28 Nov 01:21
Compare
Choose a tag to compare

First github release.
Features:

  • Can create user accounts on hosts managed by ansible according to the provided config file.
  • Will remove old user accounts that have been removed from the config since the last run.
  • Can grant users sudo access.

Drawbacks:

  • Currently relies on ansible using the username 'ansible' on managed hosts.