This commit is contained in:
Jonas Forsberg 2021-11-06 12:30:19 +01:00
parent 5ee94083bd
commit e7500c3a7a
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
3 changed files with 7 additions and 4 deletions

View File

@ -51,7 +51,6 @@ docker:
## firewalld ## firewalld
Configures firewalld services and networks Configures firewalld services and networks
<a name="hostapd"/>
Installs and configures hostapd to use the wireless interface as a access point Installs and configures hostapd to use the wireless interface as a access point
``` ```
# salt/pillars/hostapd.sls # salt/pillars/hostapd.sls
@ -74,3 +73,8 @@ mysql:
``` ```
## nfs-server ## nfs-server
Installs nfs-server and creates a backup export `/srv/exports/backups <internal network>/24(rw,no_root_squash,sync,no_subtree_check)`
## nginx
Installs nginx and configures the www.suse.lan web site

View File

@ -12,6 +12,7 @@ base:
- pxe - pxe
- rancher - rancher
- tlu-harvester - tlu-harvester
- packages
{% if salt['pillar.file_exists']('local.sls') %} {% if salt['pillar.file_exists']('local.sls') %}
- local - local
{% endif %} {% endif %}

View File

@ -1,5 +1,3 @@
Install common packages: Install common packages:
pkg.installed: pkg.installed:
- pkgs: - pkgs: {{ pillar['packages'] }}
- vim
- jq