Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. :foreman:
  2. # Enable/disable foreman commands
  3. :enable_module: true
  4.  
  5. # Your foreman server address
  6. :host: 'https://localhost/'
  7.  
  8. # Credentials. You'll be asked for them interactively if you leave them blank here
  9. :username: 'admin'
  10. #:password: 'example'
  11.  
  12. # Check API documentation cache status on each request
  13. #:refresh_cache: false
  14.  
  15. # API request timeout. Set to -1 for no timeout
  16. #:request_timeout: 120 #seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement