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.
|
- applications:
- - linux
- classes:
- - service.linux.support
- parameters:
- linux:
- system:
- enabled: true
- user:
- root:
- enabled: true
- name: root
- home: /root
- timezone: Europe/Prague
- cluster: default
- purge_repos: false
- network:
- enabled: true
- hostname: ${linux:system:name}
- fqdn: ${linux:system:name}.${linux:system:domain}
- storage:
- enabled: true
|