.
This commit is contained in:
parent
5ee94083bd
commit
e7500c3a7a
@ -51,7 +51,6 @@ docker:
|
||||
## firewalld
|
||||
Configures firewalld services and networks
|
||||
|
||||
<a name="hostapd"/>
|
||||
Installs and configures hostapd to use the wireless interface as a access point
|
||||
```
|
||||
# salt/pillars/hostapd.sls
|
||||
@ -74,3 +73,8 @@ mysql:
|
||||
```
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -12,6 +12,7 @@ base:
|
||||
- pxe
|
||||
- rancher
|
||||
- tlu-harvester
|
||||
- packages
|
||||
{% if salt['pillar.file_exists']('local.sls') %}
|
||||
- local
|
||||
{% endif %}
|
||||
|
@ -1,5 +1,3 @@
|
||||
Install common packages:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- vim
|
||||
- jq
|
||||
- pkgs: {{ pillar['packages'] }}
|
||||
|
Loading…
Reference in New Issue
Block a user