https://github.com/nickysemenza/salt
infra
https://github.com/nickysemenza/salt
saltstack
Last synced: about 1 year ago
JSON representation
infra
- Host: GitHub
- URL: https://github.com/nickysemenza/salt
- Owner: nickysemenza
- Created: 2019-04-30T07:02:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T00:58:24.000Z (about 6 years ago)
- Last Synced: 2025-02-09T00:18:38.958Z (over 1 year ago)
- Topics: saltstack
- Language: SaltStack
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gpg encryption:
`echo -n "supersecret" | gpg --armor --batch --trust-model always --encrypt -r CB83656CBEC187FB4572E00FF820AE3DA3BD6B28`
# bootstrapping
https://docs.saltstack.com/en/latest/topics/tutorials/salt_bootstrap.html#salt-bootstrap
## master
1. clone this repo to `/srv`
2. run `./bootstrap_master.sh`, which will symlink `/etc/salt/master` to the `master_config` file.
3. `systemctl start salt-master`
# minion
settings are in `/etc/salt/minion`