Thanks Sebastien and Dick. Yes , clouds.yaml can be kept in /etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml but not in current working directory (where playbook resides). Also we can reference the named cloud directly and no need of clouds.mycloud variables etc. I directly used like cloud: mycloud and it worked while keeping my clouds.yaml in /etc/openstack/clouds.yaml
My complete instance got created (with network ,subnet,SG,Router etc). I have below question to both experts dick and sebastien . 1. whatever resources(net,subnet,sg,router etc) are provisioned as part of this single instance creation , lets say i want to clear all those resources in one shot , how can i do this ? 2. Does order of tasks matter in playbook. For example: To create instance , we need network , so first we will provision network and then other dependent resources. On Thu, 1 Aug 2019 at 15:37, Sebastian Meyer <[email protected]> wrote: > Hi Rahul, > > On 31.07.19 09:36, Rahul Kumar wrote: > > fatal: [localhost]: FAILED! => {"changed": false, "msg": "Cloud mycloud > was > > not found."}. > > Notice clouds.yaml and Main Playbook is in same location. > > from the module docs: > > > Auth information is driven by openstacksdk, which means that values > can come from a yaml config file in /etc/ansible/openstack.yaml, > /etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml > > Sebastian > > -- > Sebastian Meyer > Linux Consultant & Trainer > Mail: [email protected] > > B1 Systems GmbH > Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de > GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 > > > -- Deutsche OpenStack Tage 2019 -- 10% Rabatt auf den Ticketpreis ---- > ------------------------ https://openstack-tage.de (Code DOST-B1) ---- > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/4f9f7229-b0ce-6e5b-4c13-2508d2a25a5a%40b1-systems.de > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAGH8rEz-8uCb%3DEh6dXqwYKHND8S0yTaJman%3Dw3kB8d9wO%3D0isA%40mail.gmail.com.
