blob: ae33083b937e6c23bda5ce3548a798b81adc0373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
deployment_vars:
origin:
image: centos-7
ssh_user:
sudo: yes
online:
image: libra-rhel7
ssh_user: root
sudo: no
enterprise:
image: rhel-7
ssh_user:
sudo: yes
|