Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VM ansible playbooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DISCO Beamline
VM ansible playbooks
Commits
9dfda6b1
Commit
9dfda6b1
authored
Jan 14, 2021
by
hugo chauvet
Browse files
Options
Downloads
Patches
Plain Diff
Remove Ansible installation from README as it is now part of the VM
parent
c8a8aa00
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-10
3 additions, 10 deletions
README.md
with
3 additions
and
10 deletions
README.md
+
3
−
10
View file @
9dfda6b1
...
...
@@ -5,19 +5,12 @@ A collection of [Ansible playbook](https://docs.ansible.com/ansible/latest/user_
These playbooks allow to run receipes to install stuff after the creation of the VM via:
https://docs.ansible.com/ansible/latest/user_guide/playbooks.html
## First Install Ansible
Open a terminal an type:
```
bash
export
PATH
=
$PATH
:/home/guest/.local/bin
&&
python3
-m
pip
install
ansible
```
## Run ansible with a given playbook name
# Run ansible with a given playbook name
Playbook are loaded directly from this git repo thanks to ansible-pull command.
##
#
Install Napari
## Install Napari
```
bash
ansible-pull
-U
https://gitlab.com/soleil-data-treatment/soleil-beamlines/soleil-beamline-disco/vm-ansible-playbooks.git napari.yml
...
...
@@ -25,7 +18,7 @@ ansible-pull -U https://gitlab.com/soleil-data-treatment/soleil-beamlines/soleil
After some time you will see an icon Napari on the desktop, just double click on it to launch Napari.
##
#
Install Fiji
## Install Fiji
```
bash
...
...
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