Page MenuHomeDevCentral

D1067.id.diff
No OneTemporary

D1067.id.diff

diff --git a/pillar/users/shellgroups.sls b/pillar/users/shellgroups.sls
--- a/pillar/users/shellgroups.sls
+++ b/pillar/users/shellgroups.sls
@@ -11,6 +11,12 @@
# -------------------------------------------------------------
shellgroups:
+ ops:
+ gid: 3001
+ description: Nasqueron Operations
+ members:
+ - dereckson
+ - sandlayth
chaton-dev:
gid: 827
description: Bonjour chaton
diff --git a/roles/core/sudo/files/ops b/roles/core/sudo/files/ops
new file mode 100644
--- /dev/null
+++ b/roles/core/sudo/files/ops
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------
+# SaltStack deployment
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-10-19
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/sudo/files/ops
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+%ops ALL = (ALL) NOPASSWD: ALL
diff --git a/roles/core/sudo/init.sls b/roles/core/sudo/init.sls
new file mode 100644
--- /dev/null
+++ b/roles/core/sudo/init.sls
@@ -0,0 +1,19 @@
+# -------------------------------------------------------------
+# Salt — sudo configuration
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-10-19
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+{% from "map.jinja" import dirs with context %}
+
+# -------------------------------------------------------------
+# Sudo capabilities
+#
+# Ops should be able to sudo …
+# -------------------------------------------------------------
+
+{{ dirs.etc }}/sudoers.d/ops:
+ file.managed:
+ - source: salt://roles/core/sudo/files/ops

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 12:01 (12 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259046
Default Alt Text
D1067.id.diff (2 KB)

Event Timeline