summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/main.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 10:17:30 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 10:17:30 -0500
commitee5a7693a20be56b60b965aa92b4727593dd811c (patch)
tree82a8b3b77f31f572cb284290699ea886f88a19df /roles/etcd/tasks/main.yml
parent4f83051b3b7c80e3ad71fc28108cd1fc3646b385 (diff)
downloadopenshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.gz
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.bz2
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.xz
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.zip
Include Deprecation - openshift-etcd
Diffstat (limited to 'roles/etcd/tasks/main.yml')
-rw-r--r--roles/etcd/tasks/main.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index 78ec2cedb..5ee9335f5 100644
--- a/roles/etcd/tasks/main.yml
+++ b/roles/etcd/tasks/main.yml
@@ -7,14 +7,13 @@
etcd_ip: "{{ etcd_ip }}"
- name: setup firewall
- include: firewall.yml
- static: yes
+ import_tasks: firewall.yml
- name: Install etcd
package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present
when: not etcd_is_containerized | bool
-- include: drop_etcdctl.yml
+- include_tasks: drop_etcdctl.yml
when:
- openshift_etcd_etcdctl_profile | default(true) | bool
@@ -101,7 +100,7 @@
when: not l_is_etcd_system_container | bool
- name: Install Etcd system container
- include: system_container.yml
+ include_tasks: system_container.yml
when: l_is_etcd_system_container | bool
when: etcd_is_containerized | bool