14 lines
349 B
YAML
14 lines
349 B
YAML
---
|
|
- name: Installing OneLab (1.27.0)
|
|
hosts: localhost
|
|
gather_facts: yes
|
|
vars:
|
|
main_path: '../../..'
|
|
onelab_path: '../../../onelab'
|
|
installer_path: '../../../onelab-enterprise-installer-1.27.0'
|
|
|
|
# Call from ./onelab-enterprise-installer-1.27.0/app/playbooks/install.yml
|
|
|
|
tasks:
|
|
- include_tasks: ./tasks/install-task.yml
|