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.

sphinx.yml 878B

123456789101112131415161718192021222324
  1. {%- from "linux/map.jinja" import system with context -%}
  2. {%- from "linux/map.jinja" import network with context -%}
  3. doc:
  4. description: Linux is a high performance, yet completely free, Unix-like operating system that is suitable for use on a wide range of computers and other products.
  5. name: Linux
  6. role:
  7. system:
  8. name: System
  9. param:
  10. name:
  11. value: {{ system.name }}
  12. kernel:
  13. value: {{ salt['grains.item']('kernel')['kernel'] }} {{ salt['grains.item']('kernelrelease')['kernelrelease'] }}
  14. distribution:
  15. value: {{ salt['grains.item']('lsb_distrib_description')['lsb_distrib_description'] }}
  16. network:
  17. name: Network
  18. param:
  19. fqdn:
  20. name: FQDN
  21. value: {{ network.fqdn }}
  22. ip:
  23. name: IP Addresses
  24. value: {{ salt['grains.item']('ipv4')['ipv4'] }}