Skip to content

OsgiliathEnterprise/ansible-localuser

Repository files navigation

Ansible user

  • Galaxy: Ansible Galaxy
  • Lint, Tests & requirements: Molecule
  • Chat: Join the chat at https://gitter.im/OsgiliathEnterprise/platform

This is a wrapper role over robertdebock.users in order to use it within the overall platform

Requirements

Run ./configure in order to download the role dependency. Also of course install Ansible :-).

Role Variables

Exactly the same as robertdebock.users: this role is forwarding the instruction. However, to avoid conflicts, the lists has been renamed: local_users_user_list and local_users_group_list

In addition to that roles variables, we have added the notion of system users, ex:

    local_systemusers_user_list:
      - name: systemuser
        group: cmordante
        groups: wheel
        create_home: yes # defaults to false
        home: "/system" # defaults to "/" 

Dependencies

robertdebock.users

License

Apache-2

Author Information

About

Add linux user (human or technical) or group on a host

Resources

Stars

Watchers

Forks

Packages

No packages published