Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12423622
users.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
users.sls
View Options
# -------------------------------------------------------------
# Salt — Provision users accounts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-04-08
# Description: Adds and revokes user accounts, in the relevant
# groups and with their stable SSH keys.
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Table of contents
# -------------------------------------------------------------
#
# :: Disabled accounts
# :: Active accounts
# :: Groups
# :: Managed SSH keys
#
# -------------------------------------------------------------
# -------------------------------------------------------------
# Disabled accounts
# -------------------------------------------------------------
# Currently, there is no revoked accounts on Eglide.
#
# To disable an account, remove it from the active section and
# add here the following block:
#
# orkaevash:
# user.absent
# -------------------------------------------------------------
# Active accounts
# -------------------------------------------------------------
tomjerr
:
user.present
:
-
fullname
:
Tommy Aditya
-
shell
:
/bin/bash
-
uid
:
2001
# -------------------------------------------------------------
# Groups
# -------------------------------------------------------------
shell
:
group.present
:
-
system
:
True
-
gid
:
200
-
members
:
-
tomjerr
# -------------------------------------------------------------
# Managed SSH keys
# -------------------------------------------------------------
sshkeys
:
ssh_auth.present
:
-
user
:
tomjerr
-
source
:
salt://roles/shellserver/users/files/ssh_keys/tomjerr
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 6, 18:28 (10 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3119754
Default Alt Text
users.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment