Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/111fee80c98c34a096d52f4e4423c5f4 to your computer and use it in GitHub Desktop.
Save anonymous/111fee80c98c34a096d52f4e4423c5f4 to your computer and use it in GitHub Desktop.
my_host_entry:
host.present:
- ip: {{ salt['network.ip_addrs']('eth0')[0] }}
- names:
- {{ salt['fqdn'] }}
- {{ salt['host'] }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment