mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 17:45:48 +02:00
8 lines
122 B
YAML
8 lines
122 B
YAML
---
|
|
- name: update hosts
|
|
template:
|
|
src: hosts.j2
|
|
dest: /etc/hosts
|
|
owner: root
|
|
group: root
|
|
mode: 644
|