OME Ansible Training 2017: Glossary

Key Points

Overview of terms
  • Ansible - configuration automation

  • Ansible inventory - our

  • Vagrant - drives local VM provider like VirtualBox

Trying it out
  • Run simple shell commands

  • Add more hosts inventory files

  • Gather data from multiple hosts in one command

Playbooks and Roles
  • Bringing together hosts and roles

Creating an OMERO server
  • OME publish example OMERO server playbooks

  • Vagrantfile defines your VM, including NAT port mappings

  • We can ask Vagrant about ports and ssh-keys at the CLI

Ansible within OME
  • Inventory

  • prod-playbooks

  • testing: travis (in Docker), molecule

Glossary

The glossary would go here, formatted as:

{:auto_ids}
key word 1
:   explanation 1

key word 2
:   explanation 2

({:auto_ids} is needed at the start so that Jekyll will automatically generate a unique ID for each item to allow other pages to hyperlink to specific glossary entries.) This renders as:

key word 1
explanation 1
key word 2
explanation 2