10 lines
250 B
YAML
10 lines
250 B
YAML
---
|
|
- name: setup floating ips
|
|
template:
|
|
src: "./etc/networking/interfaces.d/60-floating-ip.cfg.j2"
|
|
dest: "/etc/networking/interfaces.d/60-floating-ip.cfg"
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|
|
notify: restart networking service
|