ansible-role-users/README.md

472 B
Raw Permalink Blame History

Role Name

A role that creates users.

Role Variables

The list of users. Its a dictionary

users_system_users:
  - { login: 'foo', name: "Foo Bar", home: '{{ users_home_dir }}', createhome: 'yes', ssh_key: '{{ foo_ssh_key }}', shell: '/bin/bash', admin: False, log_as_root: False }

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it