Browse Source

Ensure etcd user exists in etcd_server_certificates by installing etcd.

Andrew Butcher 8 years ago
parent
commit
6a7cbe5293
1 changed files with 4 additions and 0 deletions
  1. 4 0
      roles/etcd_server_certificates/tasks/main.yml

+ 4 - 0
roles/etcd_server_certificates/tasks/main.yml

@@ -1,4 +1,8 @@
 ---
+- name: Install etcd
+  action: "{{ ansible_pkg_mgr }} name=etcd state=present"
+  when: not etcd_is_containerized | bool
+
 - name: Check status of etcd certificates
   stat:
     path: "{{ etcd_cert_config_dir }}/{{ item }}"