mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Implemented role native-hostname
This commit is contained in:
parent
fb14eea9f9
commit
2fb44c984b
3
roles/native-hostname/tasks/main.yml
Normal file
3
roles/native-hostname/tasks/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
- name: set hostname to {{ inventory_hostname }}
|
||||
hostname:
|
||||
name: "{{ inventory_hostname }}"
|
Loading…
Reference in New Issue
Block a user