Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.32 KB | None | 0 0
  1. clouds:
  2.   cloud1:
  3.     auth:
  4.       auth_url: "https://my.auth.url"
  5.       username: myusername
  6.       password: mypasswd
  7.       project_name: goodproject
  8.       project_id: goodid
  9.     region_name:
  10.      - region1
  11.       - region2
  12.  
  13. ansible:
  14.     use_hostnames: True
  15.     expand_hostvars: False
  16.     fail_on_errors: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement