Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Amin Vakil
infrastructure
Commits
1f6cf2df
Verified
Commit
1f6cf2df
authored
Apr 26, 2022
by
Evangelos Foutras
🐱
Browse files
install_arch: download the latest bootstrap image
parent
d56be49d
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/tasks/install_arch.yml
View file @
1f6cf2df
...
...
@@ -9,5 +9,5 @@
roles
:
-
install_arch
vars
:
-
bootstrap_version
:
"
2022.03.01
"
-
bootstrap_version
:
"
latest
"
-
sshd_enable_includes
:
false
roles/install_arch/tasks/main.yml
View file @
1f6cf2df
...
...
@@ -42,6 +42,11 @@
-
name
:
touch LOCK file on mountpoint
file
:
path=/mnt/LOCK state=touch owner=root group=root mode=0644
-
name
:
fetch latest bootstrap version
set_fact
:
bootstrap_version
:
"
{{
lookup('url',
'https://geo.mirror.pkgbuild.com/iso/latest/arch/version')
}}"
when
:
bootstrap_version == 'latest'
-
name
:
download bootstrap image
get_url
:
url
:
https://geo.mirror.pkgbuild.com/iso/{{ bootstrap_version }}/archlinux-bootstrap-{{ bootstrap_version }}-x86_64.tar.gz
...
...
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