https://github.com/phistrom/ubuntu_workstation_salt
Salt states to provision some things I want in an Ubuntu 16.04 workstation.
https://github.com/phistrom/ubuntu_workstation_salt
Last synced: 4 months ago
JSON representation
Salt states to provision some things I want in an Ubuntu 16.04 workstation.
- Host: GitHub
- URL: https://github.com/phistrom/ubuntu_workstation_salt
- Owner: phistrom
- Created: 2016-05-06T16:09:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T09:40:25.000Z (about 9 years ago)
- Last Synced: 2024-12-27T00:12:00.489Z (5 months ago)
- Language: SaltStack
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Workstation Salt State
Just a salt state for my Ubuntu Workstation. It just installs packages and stuff that I like to have available to develop with.
## Usage
From a fresh install I run`sudo apt update && sudo apt install salt-minion`
I clone this repo and symlink `/srv/salt` to it.
For example:`# ln -s /home/phillip/ubuntu_workstation_salt /srv/salt`
And finally call the high state to apply all the state files.
`# salt-call --local state.highstate`
You will probably want to modify these states heavily because it assumes the user's name is phillip and installs a bunch of stuff you probably won't want. You can cut what states get installed by removing their entries from the list in `top.sls`.