17 lines
357 B
YAML
17 lines
357 B
YAML
---
|
|
- name: Install script for LXD network tuning
|
|
template:
|
|
src: lxd_tune_network.sh
|
|
dest: /root/lxd_tune_network.sh
|
|
owner: root
|
|
group: root
|
|
mode: 0750
|
|
|
|
- name: Install cron for periodic LXD network tuning
|
|
template:
|
|
src: lxd_tune_network.cron
|
|
dest: /etc/cron.d/lxd_tune_network
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|