summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_ca
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2017-03-06 10:48:57 -0800
committerTim Bielawa <tbielawa@redhat.com>2017-03-08 10:21:31 -0800
commitf1f466dda5365bd365259dc47db258d7926c63f6 (patch)
treeaa12c85b0bb15563b9d9f52304e644e64c3388dc /roles/openshift_etcd_ca
parent237cdc575ba30d2ccfd080c12d8b405efbc82e29 (diff)
downloadopenshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.gz
openshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.bz2
openshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.xz
openshift-f1f466dda5365bd365259dc47db258d7926c63f6.zip
New role
Diffstat (limited to 'roles/openshift_etcd_ca')
-rw-r--r--roles/openshift_etcd_ca/meta/main.yml17
-rw-r--r--roles/openshift_etcd_ca/tasks/main.yml4
2 files changed, 21 insertions, 0 deletions
diff --git a/roles/openshift_etcd_ca/meta/main.yml b/roles/openshift_etcd_ca/meta/main.yml
new file mode 100644
index 000000000..d73d27356
--- /dev/null
+++ b/roles/openshift_etcd_ca/meta/main.yml
@@ -0,0 +1,17 @@
+---
+galaxy_info:
+ author: Tim Bielawa
+ description: Meta role around the etcd_ca role
+ company: Red Hat, Inc.
+ license: Apache License, Version 2.0
+ min_ansible_version: 2.2
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - cloud
+ - system
+dependencies:
+- role: openshift_etcd_facts
+- role: etcd_ca
diff --git a/roles/openshift_etcd_ca/tasks/main.yml b/roles/openshift_etcd_ca/tasks/main.yml
new file mode 100644
index 000000000..dfa055643
--- /dev/null
+++ b/roles/openshift_etcd_ca/tasks/main.yml
@@ -0,0 +1,4 @@
+---
+- name: Ensure openshift_etcd_ca role is called
+ debug:
+ msg: openshift_etcd_ca role was called