Sha256: 2c2e30fcadd1ec4148922438d8612fed6542cc6a712c795c26e2b2c833d00ada
Contents?: true
Size: 816 Bytes
Versions: 17
Compression:
Stored size: 816 Bytes
Contents
: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' # Enable using sessions # When sessions are enabled, hammer ignores credentials stored in the config file # and asks for them interactively at the begining of each session. :use_sessions: false # Check API documentation cache status on each request #:refresh_cache: false # API request timeout. Set to -1 for no timeout #:request_timeout: 120 #seconds # Follow API redirects. One of :never, :default, :always # Value :default means RestClient default behaviour - follow only in GET and HEAD requests #:follow_redirects: :never
Version data entries
17 entries across 17 versions & 1 rubygems