Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769180
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/roles/shellserver/userland-software/init.sls b/roles/shellserver/userland-software/init.sls
index e16a40c..9334bf6 100644
--- a/roles/shellserver/userland-software/init.sls
+++ b/roles/shellserver/userland-software/init.sls
@@ -1,11 +1,12 @@
# -------------------------------------------------------------
# Salt — Provision software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-04-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
include:
- .base
- .irc
+ - .web
diff --git a/roles/shellserver/userland-software/web.sls b/roles/shellserver/userland-software/web.sls
new file mode 100644
index 0000000..23c15c3
--- /dev/null
+++ b/roles/shellserver/userland-software/web.sls
@@ -0,0 +1,25 @@
+# -------------------------------------------------------------
+# Salt — Provision web software
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# Created: 2016-06-12
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# nginx
+# -------------------------------------------------------------
+
+nginx:
+ pkg.installed: []
+ service.running:
+ - require:
+ - pkg: nginx
+
+# -------------------------------------------------------------
+# SSL certificates
+# -------------------------------------------------------------
+
+letsencrypt:
+ pkg.installed:
+ - name: letsencrypt
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 13:24 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260248
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment