We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f901c commit c095589Copy full SHA for c095589
orbstack/start.sh.example
@@ -12,8 +12,6 @@ export INSTANCE=$1
12
13
orb create -c cloud-init.yaml -a arm64 ubuntu:jammy $INSTANCE
14
sleep 2
15
-ORBENV=ACCESS_TOKEN:REALM:RUM_TOKEN:HEC_TOKEN:HEC_URL:INSTANCE orb -m $INSTANCE -u splunk ansible-playbook /home/splunk/orbstack-profile.yml
16
-sleep 2
17
-ORBENV=ACCESS_TOKEN:REALM:RUM_TOKEN:HEC_TOKEN:HEC_URL:INSTANCE orb -m $INSTANCE -u splunk ansible-playbook /home/splunk/orbstack-secrets.yml
+ORBENV=ACCESS_TOKEN:REALM:RUM_TOKEN:HEC_TOKEN:HEC_URL:INSTANCE orb -m $INSTANCE -u splunk ansible-playbook /home/splunk/orbstack.yml
18
echo "ssh splunk@$INSTANCE@orb"
19
ssh splunk@$INSTANCE@orb
0 commit comments