pb_iocage_project_create

Synopsis

This playbook creates jails in a project.

Hint

Look at the Index and search the playbook pb_iocage_project_create.yml what examples are available.

Example

project:
  logserv_1:
    class: [logserv]
    vmm: iocage_01
  http_1:
    class: [http, logclient]
    vmm: iocage_02
  db_1:
    class: [db, logclient]
    vmm: iocage_02
  http_2:
    class: [http, logclient]
    vmm: iocage_04
  db_2:
    class: [db, logclient]
    vmm: iocage_04