mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-09-04 04:31:37 +00:00
- Deployment of ciao has changed from installing everyghin in packages to install keystone and ciao-webui from containers. - ciao-laucher will detect the operating system and install the required dependencies - Support for Ubuntu 16.04 and Fedora 24 has been added. Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
9 lines
173 B
YAML
9 lines
173 B
YAML
---
|
|
- hosts: controllers
|
|
become: yes
|
|
roles:
|
|
- clearlinux.docker
|
|
- clearlinux.keystone
|
|
- clearlinux.ciao-controller
|
|
- clearlinux.ciao-webui
|