Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4087470
D2038.id5154.diff
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
D2038.id5154.diff
View Options
diff --git a/roles/devserver/userland-home/files/dereckson/.shell.yml b/roles/devserver/userland-home/files/dereckson/.shell.yml
--- a/roles/devserver/userland-home/files/dereckson/.shell.yml
+++ b/roles/devserver/userland-home/files/dereckson/.shell.yml
@@ -1,15 +1,64 @@
+# -------------------------------------------------------------
+# 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-|}}']
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 15:24 (1 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2393073
Default Alt Text
D2038.id5154.diff (2 KB)
Attached To
Mode
D2038: Add and improve aliases in personal shell launcher configuration
Attached
Detach File
Event Timeline
Log In to Comment