Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
3421e311
Commit
3421e311
authored
Jun 06, 2019
by
rgaudin
Browse files
minor string fixes
parent
b4479689
Changes
3
Hide whitespace changes
Inline
Side-by-side
ansiblecube/roles/kiwix/tasks/main.yml
View file @
3421e311
...
...
@@ -39,7 +39,7 @@
file
:
path
:
"
{{zim_path}}/"
state
:
directory
tags
:
[
'
master'
,
'
resize'
]
tags
:
[
'
master'
,
'
resize'
,
'
reconfigure'
,
'
move-content'
]
-
name
:
Create library.xml (placeholder if no ZIM)
copy
:
...
...
ansiblecube/roles/nginx/files/rewrite_version_html.py
View file @
3421e311
...
...
@@ -24,10 +24,9 @@ def get_pi_version():
"0011"
:
"(Compute Module, 512MB)"
,
"0014"
:
"(Compute Module, (Embest, China), 512MB)"
,
"0012"
:
"(Model A+, 256MB)"
,
# "0015": "(Model A+, (Embest, China), 256MB)",
"0015"
:
"(Model A+, (Embest, China), 512MB)"
,
# "a01041": "(Pi 2 Model B v1.1, (Sony, UK), 1GB)",
"a01041"
:
"(Pi 2 Model B v1.1, (Embest, China), 1GB)"
,
"0015"
:
"(Model A+, (Embest, China), 256MB/512MB)"
,
"a01041"
:
"(Pi 2 Model B v1.1, (Sony, UK), 1GB)"
,
"a21041"
:
"(Pi 2 Model B v1.1, (Embest, China), 1GB)"
,
"a22042"
:
"(Pi 2 Model B v1.2, (Sony, UK), 1GB)"
,
"900092"
:
"(Pi Zero v1.2, 512MB)"
,
"900093"
:
"(Pi Zero v1.3, 512MB)"
,
...
...
kiwix-hotspot/run_installation.py
View file @
3421e311
...
...
@@ -359,7 +359,7 @@ def run_installation(
logger
.
stage
(
"move"
)
logger
.
step
(
"Starting-up VM (third-time)"
)
with
emulator
.
run
(
cancel_event
)
as
emulation
:
logger
.
step
(
"R
e-r
un ansiblecube phase II"
)
logger
.
step
(
"Run ansiblecube phase II"
)
ansiblecube
.
run_phase_two
(
emulation
,
extra_vars
,
secret_keys
)
if
shrink
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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