Last active
January 3, 2016 12:49
-
-
Save leonardinius/8465597 to your computer and use it in GitHub Desktop.
salt-poc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redmine.host.com: | |
host: '10.10.0.1' | |
user: root | |
passwd: 'xxx' | |
# # Optional parameters | |
# port: # The target system's ssh port number | |
# sudo: # Boolean to run command via sudo | |
# priv: # File path to ssh private key, defaults to salt-ssh.rsa | |
# timeout: # Number of seconds to wait for response |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
corepkgs: | |
pkg.installed: | |
- pkgs: | |
- msgpack-python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redminekgs: | |
pkg.installed: | |
- pkgs: | |
- redmine | |
- redmine-pgsql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base: | |
'*': | |
- core | |
'redmine.host.com': | |
- redmine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment