vars.yml 205 B

123456789101112131415
  1. ---
  2. deployment_vars:
  3. origin:
  4. image: centos-7
  5. ssh_user:
  6. sudo: yes
  7. online:
  8. image: libra-rhel7
  9. ssh_user: root
  10. sudo: no
  11. enterprise:
  12. image: rhel-7
  13. ssh_user:
  14. sudo: yes