Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
541B

  1. {%- from "linux/map.jinja" import system with context -%}
  2. {%- from "linux/map.jinja" import network with context -%}
  3. name: Linux
  4. role:
  5. system:
  6. name: System
  7. param:
  8. name:
  9. value: {{ system.name }}
  10. kernel:
  11. value: {{ grains.kernel }} {{ grains.kernelrelease }}
  12. distribution:
  13. value: {{ grains.lsb_distrib_description }}
  14. network:
  15. name: Network
  16. param:
  17. fqdn:
  18. name: FQDN
  19. value: {{ network.fqdn }}
  20. ip:
  21. name: IP Addresses
  22. value: {{ grains.ipv4 }}