Enable wake-on-lan.
This commit is contained in:
parent
faeeb46ddf
commit
2e05599294
2 changed files with 8 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
ftp_proxy="{{ proxy }}"
|
||||
no_proxy="{{ no_proxy }}"
|
||||
|
||||
- name: set aptcache
|
||||
- name: Set aptcache
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/apt/apt.conf
|
||||
content: >
|
||||
{{ apt_conf }}
|
||||
|
||||
- name: set ntp Server
|
||||
- name: Set NTP server
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/systemd/timesyncd.conf
|
||||
insertafter: '^#NTP='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue