summaryrefslogtreecommitdiffstats
path: root/images/installer/root/exports/manifest.json
blob: 53696b03e3cfb3ef006991e20708eb0641e22702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "version": "1.0",
    "defaultValues": {
        "OPTS": "",
        "VAR_LIB_OPENSHIFT_INSTALLER" : "/var/lib/openshift-installer",
        "VAR_LOG_OPENSHIFT_LOG": "/var/log/ansible.log",
        "PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/deploy_cluster.yml",
	"HOME_ROOT": "/root",
	"ANSIBLE_CONFIG": "/usr/share/atomic-openshift-utils/ansible.cfg",
        "INVENTORY_FILE": "/dev/null"
    }
}