Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eumel8/otc_subnet
https://github.com/eumel8/otc_subnet
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eumel8/otc_subnet
- Owner: eumel8
- Created: 2018-08-09T11:40:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T05:23:46.000Z (over 3 years ago)
- Last Synced: 2024-10-16T08:48:06.862Z (2 months ago)
- Language: Jinja
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
otc_subnet
==========OTC role for Subnet.
Variables:
^^^^^^^^^^+-------------------------+---------------------------------------------+
| Name | Description |
+=========================+=============================================+
| subnet_name | name of Subnet |
+-------------------------+---------------------------------------------+
| subnet_id | id of Subnet |
+-------------------------+---------------------------------------------+Functions:
^^^^^^^^^^Create::
ansible-playbook tenant_yml.yml -e "ecs_name=ansible-test01" -e "localaction=create"
ansible-playbook tenant_ini.yml -e "ecs_name=ansible-test01" -e "localaction=create"
ansible-playbook tenant_json.yml -e "ecs_name=ansible-test01" -e "localaction=create"
note: subnet will create during ECS creating workflow
Show::
./grole otc_subnet; ansible-playbook roles.yml -e "subnet_name=ansible-subnet01" -e "localaction=show"
List::
./grole otc_subnet; ansible-playbook roles.yml -e "localaction=list"
Delete::
./grole otc_subnet; ansible-playbook roles.yml -e "subnet_name=ansible-subnet01" -e "localaction=delete"