Guest User

Untitled

a guest
Apr 9th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. role :app, 'thisapp.rocks.com'
  2. role :web, 'thisapp.rocks.com'
  3. role :db, 'thisdb.rocks.com'
  4. role :assets, 'my.asset.server01.com'
  5. set :user, 'the-primary-user'
  6. set :server_authentication, { 'my.asset.server01.com' => {
  7. :user => 'assetusr' ,
  8. :password => 'password'}}
  9. }
Add Comment
Please, Sign In to add comment