Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768620
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
View Options
diff --git a/GIDs b/GIDs
index c925a97..0101963 100644
--- a/GIDs
+++ b/GIDs
@@ -1,9 +1,10 @@
827 chaton-dev
828 deployment
829 nasqueron-irc
3001 ops
#3002 is intentionally left unassigned
3003 deployment
+3004 mediawiki
9001 salt
9002 deploy
9003 web
diff --git a/UIDs b/UIDs
index b44ee05..f6f670f 100644
--- a/UIDs
+++ b/UIDs
@@ -1,8 +1,9 @@
830 odderon
831 builder
832 chaton
833 viper
834 tc2
+3004 mediawiki
9001 salt
9002 deploy
8900 zr
diff --git a/roles/saas-mediawiki/account/init.sls b/roles/saas-mediawiki/account/init.sls
new file mode 100644
index 0000000..0cb950d
--- /dev/null
+++ b/roles/saas-mediawiki/account/init.sls
@@ -0,0 +1,25 @@
+# -------------------------------------------------------------
+# Salt — MediaWiki farm
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-03-16
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# Service account
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+mediawiki_group:
+ group.present:
+ - name: mediawiki
+ - gid: 3004
+ - system: True
+
+mediawiki_account:
+ user.present:
+ - name: mediawiki
+ - fullname: MediaWiki SaaS
+ - uid: 3004
+ - gid: 3004
+ - home: /var/run/mediawiki
diff --git a/roles/saas-mediawiki/init.sls b/roles/saas-mediawiki/init.sls
new file mode 100644
index 0000000..9b1e887
--- /dev/null
+++ b/roles/saas-mediawiki/init.sls
@@ -0,0 +1,10 @@
+# -------------------------------------------------------------
+# Salt — MediaWiki farm
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-03-16
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+include:
+ - .account
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 09:14 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256080
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment