Created
November 13, 2011 20:09
-
-
Save gschueler/1362608 to your computer and use it in GitHub Desktop.
example ec2 plugin configuration for project.properties
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
#Project demo configuration, generated | |
#Wed Oct 05 19:17:03 PDT 2011 | |
project.name=demo | |
project.resources.file=/Users/greg/rundeck14t/testec2/projects/demo/etc/resources.xml | |
project.ssh-keypath=/Users/greg/.ssh/id_rsa.aws1 | |
resources.source.1.config.accessKey=asdfasdf | |
resources.source.1.config.refreshInterval=30 | |
resources.source.1.config.runningOnly=true | |
resources.source.1.config.secretKey=asdfjadf | |
resources.source.1.config.useDefaultMapping=true | |
resources.source.1.type=aws-ec2 | |
service.FileCopier.default.provider=jsch-scp | |
service.NodeExecutor.default.provider=jsch-ssh |
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
resources.source.1.type=aws-ec2 | |
resources.source.1.config.accessKey= asdf... | |
resources.source.1.config.secretKey= asdf... | |
resources.source.1.config.endpoint=ec2.us-west-1.amazonaws.com | |
resources.source.1.config.refreshInterval=60 | |
#resources.source.1.config.filter= | |
resources.source.1.config.runningOnly=true | |
resources.source.1.config.useDefaultMapping=true | |
#resources.source.1.config.mappingParams= | |
#resources.source.1.config.mappingFile= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment