This commit is contained in:
2024-09-08 15:19:42 +03:00
parent d53262ac49
commit 2d8542741c

View File

@@ -13,11 +13,11 @@
- name: Sysctl configuration file - name: Sysctl configuration file
lineinfile: lineinfile:
path: /etc//etc/sysctl.d/99-sysctl.conf path: /etc/sysctl.d/99-sysctl.conf
state: present state: present
line: net.ipv4.ip_forward=1 line: net.ipv4.ip_forward=1
notify: Reload the sysctl configuration notify: Reload the sysctl configuration
- name: Enable NetworkManager - name: Enable NetworkManager
service: service:
name: NetworkManager name: NetworkManager