- Mar 09, 2022
-
-
Sagi Shnaidman authored
Change-Id: I7fef01dbd11137e26d3ff0bd0088dc405559b272
-
- Feb 15, 2021
-
-
Sebastian Haderecker authored
Change-Id: I658ff486414100944b2f39d8068495cc7765fbe5
-
- May 12, 2020
-
-
Monty Taylor authored
The 2.10 transition has a routing.yml file that points each individual module from ansible/ansible to a new location. That means we can put: os_server: redirect: openstack.cloud.server into lib/ansible/config/routing.yml in ansible/ansible and have the result be the end user's playbooks still working with the old names while providing new names that are less ugly. This adds a routing file to our collection repo, as well as the script used to generate the new mapping. Change-Id: Ia5d18282b14ad0d86a347343be8bb477ae47130a
-
- Mar 10, 2020
-
-
Sagi Shnaidman authored
It's possible in Ansible to set options for modules with modules_default keyword[1]. For some of modules it's possible to do with module_default groups, like cloud modules[2] Add this option to OS modules. [1] https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults [2] https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults-groups Change-Id: I31e36f3a6d600815152a116afb37f8e3e21bc282
-
- Mar 05, 2020
-
-
Sagi Shnaidman authored
These may not be 100% perfect, but they are a good starting place and we can improve them over time. Change-Id: Ifb21554d67863b4e4e964f3e98263c3dafcb607f
-