You've already forked ansible-role-common
Use inventory_hostname in network config file
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
## DO NOT edit manually as changes will be overwritten ##
|
||||
|
||||
NETWORKING=yes
|
||||
HOSTNAME={{ ansible_hostname }}.{{ domain }}
|
||||
HOSTNAME={{ inventory_hostname }}.{{ domain }}
|
||||
|
||||
Reference in New Issue
Block a user