Browse Source

Doesn't manage firewall, note: has to be disabled before running the playbook

pull/22/head
Smaine Kahlouch 8 years ago
parent
commit
ef8a46b8c5
1 changed files with 0 additions and 3 deletions
  1. 3
      roles/etcd/tasks/configure.yml

3
roles/etcd/tasks/configure.yml

@ -1,7 +1,4 @@
---
- name: Disable ferm
service: name=ferm state=stopped enabled=no
- name: Create etcd2 environment vars dir
file: path=/etc/systemd/system/etcd2.service.d state=directory

Loading…
Cancel
Save