mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
Added proper set hostname
This commit is contained in:
parent
e189517d27
commit
2da928a24b
3 changed files with 28 additions and 3 deletions
8
roles/set-hostname/handlers/main.yml
Normal file
8
roles/set-hostname/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: update hosts
|
||||
template:
|
||||
src: hosts.j2
|
||||
dest: /etc/hosts
|
||||
owner: root
|
||||
group: root
|
||||
mode: 644
|
||||
Loading…
Add table
Add a link
Reference in a new issue