forked from Deuxfleurs/infrastructure
Remove don't need anymore
This commit is contained in:
parent
09878271f2
commit
5e83c8e5fe
3 changed files with 0 additions and 39 deletions
|
@ -12,12 +12,6 @@
|
|||
autoclean: yes
|
||||
autoremove: yes
|
||||
|
||||
- name: "Remove base tools"
|
||||
apt:
|
||||
name:
|
||||
- systemd-resolved
|
||||
state: absent
|
||||
|
||||
- name: "Install base tools"
|
||||
apt:
|
||||
name:
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# /etc/nsswitch.conf
|
||||
#
|
||||
# Example configuration of GNU Name Service Switch functionality.
|
||||
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
||||
# `info libc "Name Service Switch"' for information about this file.
|
||||
|
||||
passwd: files systemd
|
||||
group: files systemd
|
||||
shadow: files
|
||||
gshadow: files
|
||||
|
||||
hosts: files dns
|
||||
networks: files
|
||||
|
||||
protocols: db files
|
||||
services: db files
|
||||
ethers: db files
|
||||
rpc: db files
|
||||
|
||||
netgroup: nis
|
||||
|
|
@ -9,15 +9,3 @@
|
|||
name: net.ipv4.ip_forward
|
||||
value: "1"
|
||||
sysctl_set: yes
|
||||
|
||||
# These two lines are used to undo previous config, remove them once it is done
|
||||
- name: "Update nsswitch.conf to not use systemd-resolved"
|
||||
copy: src=nsswitch.conf dest=/etc/nsswitch.conf
|
||||
|
||||
- name: "Disable systemd-resolved"
|
||||
systemd:
|
||||
name: systemd-resolved
|
||||
state: stopped
|
||||
enabled: false
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue