Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
e2df0af4
Commit
e2df0af4
authored
7 months ago
by
Claude Becker
Browse files
Options
Downloads
Patches
Plain Diff
vagrant: buster -> bookworm
parent
1fd4dfa7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
documentation/ansible/ansible_jinja_snippets.markdown
+1
-1
1 addition, 1 deletion
documentation/ansible/ansible_jinja_snippets.markdown
documentation/vagrant.markdown
+2
-2
2 additions, 2 deletions
documentation/vagrant.markdown
with
3 additions
and
3 deletions
documentation/ansible/ansible_jinja_snippets.markdown
+
1
−
1
View file @
e2df0af4
...
...
@@ -97,7 +97,7 @@ or return the contents of first found file
*
`ansible_hostname`
: short hostname of the current host as discovered by ansible
*
`ansible_fqdn`
: full hostname of the current host as discovered by ansible
*
`ansible_distribution`
: linux distribution (eg debian) as discovered by ansible
*
`ansible_distribution_release`
: linux distribution release
(eg buster)
as discovered by ansible
*
`ansible_distribution_release`
: linux distribution release as discovered by ansible
*
`ansible_default_ipv4.address`
: default IPv4 address as discovered by ansible
Most nested variables can be retrieved either as dict
...
...
This diff is collapsed.
Click to expand it.
documentation/vagrant.markdown
+
2
−
2
View file @
e2df0af4
...
...
@@ -29,10 +29,10 @@ Start by adding an image of a preconfigured virtual machine to your system. You
vagrant box add <boxname> <path/to/vm.box>
```
I.e., if you want to test out Debian B
uster
you would do
I.e., if you want to test out Debian B
ookworm
you would do
```
sh
vagrant box add b
uster
'https://share.phys.ethz.ch/~isg/vagrant/b
uster
64-core.box'
vagrant box add b
ookworm
'https://share.phys.ethz.ch/~isg/vagrant/b
ookworm
64-core.box'
```
The box will be copied to
`~/.vagrant.d/`
. To get a list of the boxes that you have available use
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment