ansible/roles/osbs-namespace/operations/tasks/override-systemd.yml
Clement Verna 1791fbe385 Update osbs-namespace role with latest upstream
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-06-05 14:38:56 +02:00

11 lines
295 B
YAML

---
- name: Set LimitNOFILE in atomic-openshift-node
lineinfile:
path: /etc/systemd/system/atomic-openshift-node.service
regexp: '^LimitNOFILE='
line: 'LimitNOFILE={{ osbs_systemd_limit_nofile }}'
backup: yes
notify:
- restart atomic-openshift-node
- meta: flush_handlers