Skip to content
Snippets Groups Projects
Verified Commit 3d855519 authored by Ezri's avatar Ezri :upside_down:
Browse files

add nginx and remove key salt states


Signed-off-by: default avatarEric Zhu <eric@korzq.xyz>
parent fcee98b9
No related branches found
No related tags found
No related merge requests found
master 0 → 100644
file_roots:
base:
- states
install nginx:
pkg.installed:
- pkgs:
- nginx
include:
- remove-key
remove salt-ssh ssh key:
file.line:
- name: /root/.ssh/authorized_keys
- mode: delete
- match: sporestack-salt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment