41 lines
646 B
YAML
41 lines
646 B
YAML
---
|
|
docker_apt_url: "https://apt.dockerproject.org"
|
|
docker_apt_key_id: F76221572C52609D
|
|
|
|
docker_yum_url: "https://yum.dockerproject.org"
|
|
docker_gpg_fingerprint: "58118E89F3A912897C070ADBF76221572C52609D"
|
|
|
|
customize_etc_hosts: True
|
|
|
|
create_kolla_user: True
|
|
|
|
enable_host_ntp: True
|
|
|
|
disable_selinux: True
|
|
|
|
docker_storage_driver: ""
|
|
|
|
debian_pkg_install:
|
|
- docker-engine=1.12.*
|
|
- git
|
|
- python-setuptools
|
|
- ntp
|
|
|
|
redhat_pkg_install:
|
|
- epel-release
|
|
- docker-engine-1.12.0
|
|
- git
|
|
- python-setuptools
|
|
- ntp
|
|
|
|
ubuntu_pkg_removals:
|
|
- lxd
|
|
- lxc
|
|
- libvirt-bin
|
|
- open-iscsi
|
|
|
|
redhat_pkg_removals:
|
|
- libvirt
|
|
- libvirt-daemon
|
|
- iscsi-initiator-utils
|