Implemented role native-hostname

This commit is contained in:
2021-01-01 15:17:13 +01:00
parent fb14eea9f9
commit 2fb44c984b
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- name: set hostname to {{ inventory_hostname }}
hostname:
name: "{{ inventory_hostname }}"