aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/tasks/hosts.yml
blob: 46299d6784696f754d486784538fb1cd681a3d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: Configure /etc/hosts
  template:
    dest: '/etc/hosts'
    src: hosts.j2
    owner: root
    group: root
    mode: 0644

# vim: set ts=2 sw=2 et: