File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,3 +140,33 @@ ok: [localhost] => {
140140 " gw.nat_gateways " : []
141141}
142142```
143+
144+ ## For Developers: additional steps
145+
146+ Create a path where you place your development files e.g.:
147+
148+ ``` bash
149+ mkdir -p ~ /ansible/ansible_collections/opentelekomcloud/
150+ ```
151+
152+ Clone the development files into your path and rename it to cloud.
153+
154+ ``` bash
155+ cd ~ /ansible/ansible_collections/opentelekomcloud/
156+ git clone git@github.com:opentelekomcloud/ansible-collection-cloud.git cloud
157+ ```
158+
159+ Export the path variable and make it available for your system:
160+
161+ ``` bash
162+ pwd
163+ > /path/to/your/ansible/ansible_collections/
164+ export ANSIBLE_COLLECTIONS_PATHS=/path/to/your/ansible/ansible_collections/
165+ ```
166+
167+ Validate the entry of your development environment by running the following command.
168+
169+ ``` bash
170+ source ~ /youransiblevenv/bin/activate
171+ ansible-galaxy collection list
172+ ```
Original file line number Diff line number Diff line change 11namespace : opentelekomcloud
22name : cloud
3- version : 0.14.5
3+ version : 0.14.6
44readme : README.md
55authors :
66 - Artem Goncharov <artem.goncharov@gmail.com>
You can’t perform that action at this time.
0 commit comments