forked from infra/ansible
common: don't force old-style interface names
old style interface names are not really useful anymore but for now we don't want to force new-style names either
This commit is contained in:
parent
869a84dc3d
commit
ead1afc293
@ -38,15 +38,6 @@
|
|||||||
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
||||||
notify: update-initramfs
|
notify: update-initramfs
|
||||||
|
|
||||||
# TODO template /etc/network/interfaces
|
|
||||||
|
|
||||||
- name: Fix network interface names
|
|
||||||
copy: src={{ item }} dest=/etc/systemd/network/{{ item }}
|
|
||||||
with_items:
|
|
||||||
- 50-virtio-kernel-names.link
|
|
||||||
- 99-default.link
|
|
||||||
notify: update-initramfs
|
|
||||||
|
|
||||||
- name: Prevent normal users from running su
|
- name: Prevent normal users from running su
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/pam.d/su
|
path: /etc/pam.d/su
|
||||||
|
Loading…
Reference in New Issue
Block a user