Initial commit
This commit is contained in:
commit
e2b06c5a87
1 changed files with 7 additions and 0 deletions
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: set sysctl settings
|
||||
loop: "{{ sysctl|dict2items }}"
|
||||
ansible.posix.sysctl:
|
||||
name: "{{ item.key }}"
|
||||
value: "{{ item.value }}"
|
||||
state: present
|
||||
sysctl_set: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue