We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52da144 commit eb09d3aCopy full SHA for eb09d3a
test/playbooks/roles/network_setup/tasks/main.yaml
@@ -12,6 +12,12 @@
12
regexp: '^#dns_servers = \[\]'
13
line: 'dns_servers = ["192.168.222.1", "8.8.8.8"]'
14
state: present
15
+- name: Unlimited number of pids for containerd
16
+ ansible.builtin.lineinfile:
17
+ path: /usr/share/containers/containers.conf
18
+ regexp: '^#pids_limit = .*'
19
+ line: 'pids_limit = 0'
20
+ state: present
21
# create libvirt network with dns server (only recursive)
22
- name: Start libvirt network
23
community.libvirt.virt_net:
0 commit comments