Guest User

Untitled

a guest
Apr 5th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # host_vars/cluster.aurora.ansibled.yml
  2. # ---
  3. # specific variables for the "auroradb.ansibled" host
  4.  
  5. aurora_cluster_name: ansibled-aurora-cluster
  6. aurora_cluster_dns: auroradb.{{ vpc_dns_zone }}
  7.  
  8. # credentials for the master user of our db cluster -- password (ansibled-db-password) encrypted with Ansible Vault
  9. aurora_cluster_username: ansibled_db_user
  10. aurora_cluster_password: !vault |
  11. $ANSIBLE_VAULT;1.1;AES256
  12. 63313164666335343165616234663938376539393163336233336535623831383135393731393938
  13. 6561346464306536303161303261363334303566616663390a336636623566333737363830316335
  14. 30636161396231646130353939373236353833313164353462646535646432623939343937346438
  15. 3635303438343963660a323534613431643465316630353735663437333430393232316636313364
  16. 36383330363532363963666432313262623134366465333532623865356139376161
Add Comment
Please, Sign In to add comment