This commit is contained in:
vincent 2023-11-07 18:54:45 +01:00
parent 30229ab7e5
commit 2175e444ac
2 changed files with 5 additions and 6 deletions

View File

@ -17,11 +17,11 @@ system_base_aur_soft: []
system_upgrade: false
system_arch_local_mirror:
system_user:
- name: ansible
home: /home/ansible
shell: '/bin/bash'
- name: ansible
home: /home/ansible
shell: '/bin/bash'
system_group: []
system_sudoers_group: "superusergroup"
system_sudoers_group: "superusergroup"
keystodeploy: []
# - name: toto
# user: toto
@ -44,6 +44,6 @@ system_ssh_custom_host: []
# user:
# keyfile:
system_wol_enable: False
system_wol_enable: false
system_wol_mac: "{{ ansible_default_ipv4.macaddress }}"
system_ip_unprivileged_port_start: 1024

View File

@ -8,7 +8,6 @@
mode: "0644"
notify: Restart_sysctl
become: true
---
- name: set ip_unprivileged_port_start
ansible.builtin.template:
src: sysctl.d/40-ip_unprivileged_port_start.j2