freebsd-ports/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample
Steve Wills 123999e83f sysutils/rubygem-hammer_cli_foreman: update to 0.1.3
PR:		193014
Submitted by:	Michael Moll <kvedulv@kvedulv.de> (maintainer)
2014-08-27 19:58:04 +00:00

16 lines
431 B
Text

:foreman:
# Enable/disable foreman commands
:enable_module: true
# Your foreman server address
:host: 'https://localhost/'
# Credentials. You'll be asked for them interactively if you leave them blank here
:username: 'admin'
#:password: 'example'
# Check API documentation cache status on each request
#:refresh_cache: false
# API request timeout. Set to -1 for no timeout
#:request_timeout: 120 #seconds