lint
This commit is contained in:
parent
30229ab7e5
commit
2175e444ac
@ -17,9 +17,9 @@ system_base_aur_soft: []
|
|||||||
system_upgrade: false
|
system_upgrade: false
|
||||||
system_arch_local_mirror:
|
system_arch_local_mirror:
|
||||||
system_user:
|
system_user:
|
||||||
- name: ansible
|
- name: ansible
|
||||||
home: /home/ansible
|
home: /home/ansible
|
||||||
shell: '/bin/bash'
|
shell: '/bin/bash'
|
||||||
system_group: []
|
system_group: []
|
||||||
system_sudoers_group: "superusergroup"
|
system_sudoers_group: "superusergroup"
|
||||||
keystodeploy: []
|
keystodeploy: []
|
||||||
@ -44,6 +44,6 @@ system_ssh_custom_host: []
|
|||||||
# user:
|
# user:
|
||||||
# keyfile:
|
# keyfile:
|
||||||
|
|
||||||
system_wol_enable: False
|
system_wol_enable: false
|
||||||
system_wol_mac: "{{ ansible_default_ipv4.macaddress }}"
|
system_wol_mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
system_ip_unprivileged_port_start: 1024
|
system_ip_unprivileged_port_start: 1024
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
mode: "0644"
|
mode: "0644"
|
||||||
notify: Restart_sysctl
|
notify: Restart_sysctl
|
||||||
become: true
|
become: true
|
||||||
---
|
|
||||||
- name: set ip_unprivileged_port_start
|
- name: set ip_unprivileged_port_start
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: sysctl.d/40-ip_unprivileged_port_start.j2
|
src: sysctl.d/40-ip_unprivileged_port_start.j2
|
||||||
|
Loading…
Reference in New Issue
Block a user