Skip to content

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

License

Notifications You must be signed in to change notification settings

OsgiliathEnterprise/ansible-users

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

This role manages the FreeIPA roles

    company_domain: "osgiliath.test" # That server's hostname will be  ipa."{{ company_domain }}"
    company_realm_password: '123ADMin'
    company_ad_password: '123ADmPass'
    ipa_users_group_list:
      - name: cmordante
      - name: wheel
    ipa_users_user_list:
      - name: cmordant
        first: Charlie
        last: Mordant
        pwd: "123123123"
        update_password: on_create
        passwordexpiration: "2023-01-19 23:59:59" # Optional
        group: cmordante
        groups: wheel

Dependencies

robertdebock.users

License

Apache-2

Author Information

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published