vars:
limits_lines:
- { key: '', value: 'root soft nofile 65535'}
- { key: '', value: 'root hard nofile 65535'}
- { key: '', value: 'root soft memlock unlimited'}
- { key: '', value: 'root hard memlock unlimited'}
tasks:
- name: append string
lineinfile: dest=/etc/security/limits.conf
regexp={{item.key}}
insertafter=EOF
line="{{item.value}}"
with_items: limits_lines<127.0.0.1> REMOTE_MODULE lineinfile dest=/etc/security/limits.conf regexp= insertafter=EOF line="root soft nofile 65535"
changed: [machine] => (item={'key': '', 'value': 'root soft nofile 65535'}) => {"backup": "", "changed": true, "item": {"key": "", "value": "root soft nofile 65535"}, "msg": "line replaced"}
<127.0.0.1> REMOTE_MODULE lineinfile dest=/etc/security/limits.conf regexp= insertafter=EOF line="root hard nofile 65535"
changed: [machine] => (item={'key': '', 'value': 'root hard nofile 65535'}) => {"backup": "", "changed": true, "item": {"key": "", "value": "root hard nofile 65535"}, "msg": "line replaced"}
<127.0.0.1> REMOTE_MODULE lineinfile dest=/etc/security/limits.conf regexp= insertafter=EOF line="root soft memlock unlimited"
changed: [machine] => (item={'key': '', 'value': 'root soft memlock unlimited'}) => {"backup": "", "changed": true, "item": {"key": "", "value": "root soft memlock unlimited"}, "msg": "line replaced"}
<127.0.0.1> REMOTE_MODULE lineinfile dest=/etc/security/limits.conf regexp= insertafter=EOF line="root hard memlock unlimited"
changed: [machine] => (item={'key': '', 'value': 'root hard memlock unlimited'}) => {"backup": "", "changed": true, "item": {"key": "", "value": "root hard memlock unlimited"}, "msg": "line replaced"}vars:
limits_lines:
- 'root soft nofile 65535'
- 'root hard nofile 65535'
- 'root soft memlock unlimited'
- 'root hard memlock unlimited'
tasks:
- name: append string
lineinfile: dest=/etc/security/limits.conf
line="{{item}}"
with_items: limits_lines
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b2674cc4-01a9-4b1b-ab54-6a6acdb1097a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/etPan.532c2e89.2ae8944a.11a12%40mobiletuvix.rackspace.corp.