mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Update Installer to support latest distros as referred to by the README.
Updated README accordingly to better reflect the currently supported / tested distributions.
This commit is contained in:
@ -587,6 +587,15 @@
|
||||
- "Fedora"
|
||||
- "Ubuntu"
|
||||
|
||||
- name: Copy resolved.conf to /etc/systemd (Fedora)
|
||||
copy:
|
||||
src: /usr/lib/systemd/resolved.conf
|
||||
dest: /etc/systemd/resolved.conf
|
||||
when: ansible_distribution in ["Fedora"]
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- "Fedora"
|
||||
|
||||
- name: Modify DNSStubListener in resolved.conf (Fedora, Ubuntu)
|
||||
lineinfile:
|
||||
path: /etc/systemd/resolved.conf
|
||||
|
Reference in New Issue
Block a user