Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11726248
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/devserver/userland-home/files/dereckson/.shell.yml b/roles/devserver/userland-home/files/dereckson/.shell.yml
index aedc7cd..b32ca31 100644
--- a/roles/devserver/userland-home/files/dereckson/.shell.yml
+++ b/roles/devserver/userland-home/files/dereckson/.shell.yml
@@ -1,16 +1,65 @@
+# -------------------------------------------------------------
+# Shell launcher configuration
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-09-21
+# License: Trivial work, not eligible to copyright
+# Source file: roles/devserver/userland-home/files/dereckson/.shell.yml
+# -------------------------------------------------------------
+#
+# <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>
+
+# -------------------------------------------------------------
+# Aliases
+#
+# Allow to quickly call an handler with extra arguments
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
aliases:
+
acquisitariat:
- command: ['ssh', '-t', 'dwellers.nasqueron.org', 'mysql-acquisitariat-client']
+ command: ['ssh', '-t', 'equatower.nasqueron.org', 'sudo', 'docker', 'exec', '-it', 'acquisitariat', 'mysql']
+
+ cd:
+ handler: equatower
+ args: ['jenkins_cd']
+
devcentral:
- handler: docker
+ handler: equatower
args: ['devcentral']
+# -------------------------------------------------------------
+# Handlers
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
handlers:
- docker:
+
+ dwellers:
server: "dwellers.nasqueron.org"
command: ['docker', 'exec', '-it', '{{%s}}', '{{%s-|bash}}']
interactive: True
+
+ equatower:
+ server: "equatower.nasqueron.org"
+ command: ['sudo', 'docker', 'exec', '-it', '{{%s}}', '{{%s-|bash}}']
+ interactive: True
+
+ mysql:
+ server: "equatower.nasqueron.org"
+ command: ['sudo', 'docker', 'exec', '-it', '{{%s}}', '{{%s-|mysql}}']
+ interactive: True
+
+ phpbb:
+ server: "equatower.nasqueron.org"
+ command: ['sudo', 'phpbb']
+ interactive: True
+
tools:
server: "dev.tools.wmflabs.org"
command: ['become', '{{%s}}', '{{%s-|}}']
interactive: True
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Sep 19, 01:58 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2988432
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment