Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.package
Commits
6daccedc
Commit
6daccedc
authored
8 years ago
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook vm-bootstrap: on reboot quickly run the playbook to configure the computer
parent
390c995f
master
alain-kdbox
apt_release_info
cdn-test
drop_var_prompt
fix/repair-standalone-test
kylin
local-frontend
shacache
shacache3
slapos-master-standalone-fix
tomo_re6stnet_install
vmhost
playbook-2.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
playbook/roles/vm-bootstrap/tasks/rerun.yml
playbook/roles/vm-bootstrap/tasks/rerun.yml
+1
-1
playbook/roles/vm-bootstrap/templates/start-script.j2
playbook/roles/vm-bootstrap/templates/start-script.j2
+5
-1
No files found.
playbook/roles/vm-bootstrap/tasks/rerun.yml
View file @
6daccedc
...
...
@@ -16,7 +16,7 @@
-
name
:
Add on reboot update on the VM
cron
:
name="reboot run vm bootstrap"
special_time=reboot
job="bash -lc /usr/local/bin/vm-bootstrap-update >> /var/log/vm-bootstrap.log"
job="
WAIT_TIME=10
bash -lc /usr/local/bin/vm-bootstrap-update >> /var/log/vm-bootstrap.log"
cron_file=ansible-vm-bootstrap user="root"
-
name
:
Check if /opt/slapos.playbook already exists
...
...
This diff is collapsed.
Click to expand it.
playbook/roles/vm-bootstrap/templates/start-script.j2
View file @
6daccedc
...
...
@@ -2,7 +2,11 @@
# Reruns the ansible playbook, does nothing else
cd
/opt/slapos.playbook
WAIT_TIME
=
$((
1
+
RANDOM
%
300
))
if
[
-z
"
$WAIT_TIME
"
]
;
then
WAIT_TIME
=
$((
1
+
RANDOM
%
300
))
;
fi
echo
"Sleeping for
$WAIT_TIME
seconds..."
sleep
$WAIT_TIME
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment