Ec0 Service Account

  • By James Hebden
Channel Revision Published Runs on
latest/stable 5 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy ec0-service-account
Show information

Platform:

Ubuntu
18.04 16.04

Learn about configurations >

  • system-additional-groups | string

    Comma separated list of groups to create. User accounts will not be created

  • system-additional-users | string

    Comma separated list of users to create. Groups with the same name will be created.

  • system-gidmap | string

    Ensure the provided groups, comma separated, have the GID specified after '='. e.g. ubuntu=1000,storage=1001

  • system-group-membership | string

    Ensure the users provided, comma separated, are members of the provided groups, colon separated, following '='. e.g. ubuntu=sudo:wheel,storage=storage,sudo

  • system-uidmap | string

    Ensure the provided users, comma separated, have the UID specified after '='. e.g. ubuntu=1000,storage=1001