summaryrefslogtreecommitdiffstats
path: root/roles/contiv/meta/main.yml
blob: 67fb23db8a2fc6772cd75ff05d8169ed4ad1d66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
galaxy_info:
  author: Cisco
  description:
  company: Cisco
  license:
  min_ansible_version: 2.2
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
  - system
dependencies:
- role: lib_utils
- role: contiv_facts
- role: etcd
  etcd_service: contiv-etcd
  etcd_is_thirdparty: True
  etcd_peer_port: 22380
  etcd_client_port: 22379
  etcd_conf_dir: /etc/contiv-etcd/
  etcd_data_dir: /var/lib/contiv-etcd/
  etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
  etcd_cert_config_dir: /etc/contiv-etcd/
  etcd_url_scheme: http
  etcd_peer_url_scheme: http
  when: contiv_role == "netmaster"
- role: contiv_auth_proxy
  when: contiv_role == "netmaster"