openstack-ansible-lxc_conta.../tasks
Jesse Pretorius 64261a0c19 Add variant local fact
In order to make it easier to detect the variant used
when a container was deployed, and therefore potentially
allowing smarter descisions for things like replacing
the container when a new variant is available, we
implement the variant as a local fact.

The file used to store facts will be the same for all
OpenStack services, with each service using its own section.

Example:

"ansible_local": {
    "openstack_ansible": {
        "lxc": {
            "variant": "default"
        }
    }
}

Change-Id: I340bfea36353381424f2abda62af814aabca98cf
2017-05-22 13:56:32 +00:00
..
container_create.yml Add variant local fact 2017-05-22 13:56:32 +00:00
main.yml Make tags consistency 2017-01-20 11:16:22 +07:00