ceph-installer/ansible/playbook.yml
2024-01-27 23:26:11 +03:00

9 lines
121 B
YAML

---
- hosts: all
tasks:
- name: Replace /etc/hosts
template:
src: hosts.j2
dest: /etc/hosts