Yes, that is just a variable that has specific meaning with that playbook (and yes, it does stand for Openshift Origin). If you';re just learning Ansible, you've picked one of the most complex examples of usage available to learn (which is good!). You'll notice that g_etcd_hosts, for example is referenced. That gets set in the individual cloud providers (aws, gce, byo, etc) cluster_hosts.yml.
In the openshift-ansible project, you'll also notice something called oo_option being used - that's a lookup plugin[1] written in Python. IMO, similar functionality should be part of Ansible core, but that's a different topic :) [1] https://docs.ansible.com/ansible/dev_guide/developing_plugins.html#lookup-plugins On Mon, Dec 26, 2016 at 11:38 AM, Stéphane Klein <[email protected]> wrote: > Hi, > > I have a simple question: what the oo_ is meaning example here > https://github.com/openshift/openshift-ansible/blob/master/playbooks/common/openshift-cluster/evaluate_groups.yml#L44 > ? > > Is it meaning Openshift Origin? > > Best regards, > Stéphane > -- > Stéphane Klein <[email protected]> > blog: http://stephane-klein.info > cv : http://cv.stephane-klein.info > Twitter: http://twitter.com/klein_stephane > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
