diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-08 11:37:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-08 11:37:10 +0000 |
commit | 4d32ee565ecd829a2ec767cae6d8cd23df8e6263 (patch) | |
tree | 5ac8bd00e9b58cdcbeeafb936b7352cf03aaed6a /deploy/adapters/ansible/roles/common/vars/Debian.yml | |
parent | 4947b112b86d7e4784af945509078f5ea1b757a0 (diff) | |
parent | 34775089845b92c3f852afd668122df2c0407a05 (diff) |
Merge "put memcached installation first"
Diffstat (limited to 'deploy/adapters/ansible/roles/common/vars/Debian.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/common/vars/Debian.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/common/vars/Debian.yml b/deploy/adapters/ansible/roles/common/vars/Debian.yml index 8dce2729..5b159da7 100644 --- a/deploy/adapters/ansible/roles/common/vars/Debian.yml +++ b/deploy/adapters/ansible/roles/common/vars/Debian.yml @@ -5,11 +5,13 @@ packages: - openvswitch-datapath-dkms - openvswitch-switch - crudini + - python-memcache pip_packages: [] pip_conf: pip.conf -services: [] +services: + - ntp + -ntp_service: ntp |