wfau / esperia

Configuration and deployment scripts for the LSST/Gaia test system.
GNU General Public License v3.0
0 stars 1 forks source link

List of admin groups #12

Open Zarquan opened 4 years ago

Zarquan commented 4 years ago

Different machines have different sets of admin groups. Not all the machines have Docker, Libvirt and Ansible installed.

Zarquan commented 4 years ago

Turn this around, list the roles for each user.

logins:
    msh:
       groups:
           - 'root'
           - 'users'
           - 'libvirt'
           - 'docker'
           - 'ansible'

The root and ansible groups also mean their ssh keys also get added to the root and ansible user accounts.