ansible/roles/koschei/files/koschei.py
2015-05-12 15:07:29 +00:00

7 lines
115 B
Python

import socket
hostname = socket.gethostname().split('.', 1)[0]
config = {
"name": "koschei.%s" % hostname,
}