Skip to content
Snippets Groups Projects
Select Git revision
  • 5a21af42a293b9f9230c5e013bc44cff97ee4cf1
  • master default protected
2 results

vm-ansible-playbooks

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Name Last commit Last update
    LICENSE
    README.md
    napari.yml

    VM ansible playbooks

    A collection of Ansible playbook to install software on GRADES Virtual Machines (VM).

    These playbooks allow to run receipies 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:

    export PATH=$PATH:/home/guest/.local/bin && python3 -m pip install ansible 

    Run ansible with a given playbook name

    Playbook are loaded directly from this git repo thanks to ansible-pull command.

    Install Napari

    ansible-pull -U https://gitlab.com/soleil-data-treatment/soleil-beamlines/soleil-beamline-disco/vm-ansible-playbooks.git napari.yml

    After some time you will see an icon Napari on the desktop, just double click on it to launch Napari.