Skip to content

Commit c095589

Browse files
committed
Updated for merged ansible
1 parent 49f901c commit c095589

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

orbstack/start.sh.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export INSTANCE=$1
1212

1313
orb create -c cloud-init.yaml -a arm64 ubuntu:jammy $INSTANCE
1414
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
15+
ORBENV=ACCESS_TOKEN:REALM:RUM_TOKEN:HEC_TOKEN:HEC_URL:INSTANCE orb -m $INSTANCE -u splunk ansible-playbook /home/splunk/orbstack.yml
1816
echo "ssh splunk@$INSTANCE@orb"
1917
ssh splunk@$INSTANCE@orb

0 commit comments

Comments
 (0)