.
This commit is contained in:
parent
5ee94083bd
commit
e7500c3a7a
@ -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
|
||||||
|
|
||||||
|
@ -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 %}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
Install common packages:
|
Install common packages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs: {{ pillar['packages'] }}
|
||||||
- vim
|
|
||||||
- jq
|
|
||||||
|
Loading…
Reference in New Issue
Block a user