erp5-standalone.yml 481 Bytes
Newer Older
1 2 3 4
- name: a play that runs entirely on the ansible host
  hosts: 127.0.0.1
  connection: local

5
  vars:
6
    software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.134/software/erp5/software.cfg
7
    bt5_list: erp5_full_text_mroonga_catalog erp5_configurator_standard
8 9
    startup_playbook_id: erp5-standalone.yml
    playbook_name: erp5
10 11
    request_instance_template: request-erp5.j2
    request_frontend_template: request-erp5-frontend.j2
12
  roles:
13
    - standalone-shared