add ariane host_vars/ariane and role

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:07:25 +01:00
parent 6364370baf
commit fb096eaa7d
15 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: sysctl - set config
sysctl:
name: "{{ item.key }}"
value: "{{ item.val }}"
sysctl_file: /etc/sysctl.d/01-custom.conf
with_items: "{{ ariane_sysctls }}"