Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eumel8/otc_eip
https://github.com/eumel8/otc_eip
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eumel8/otc_eip
- Owner: eumel8
- Created: 2018-08-09T11:32:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T05:18:04.000Z (over 3 years ago)
- Last Synced: 2023-08-02T14:56:23.799Z (over 1 year ago)
- Language: Jinja
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
otc_eip
=======OTC role for floating ip (EIP).
Variables:
^^^^^^^^^^+-------------------------+-----------------------------------------------------------+
| Name | Description |
+=========================+===========================================================+
| public_ip_address | Public ip address (alreay allocated or new |
+-------------------------+-----------------------------------------------------------+
| eip_id | id of EIP |
+-------------------------+-----------------------------------------------------------+
| eip_bandwidth_name | Bandwith name of EIP |
+-------------------------+-----------------------------------------------------------+
| eip_bandwidth_size | Bandwith size of EIP (5-500 Mbit/s |
+-------------------------+-----------------------------------------------------------+Functions:
^^^^^^^^^^Create::
ansible-playbook tenant_yml.yml -e "public_ip_address=0.0.0.0" -e "localaction=create"
Show::
./grole otc_eip; ansible-playbook roles.yml -e "public_ip_address=160.44.1.1" -e "localaction=show"
List::
./grole otc_eip; ansible-playbook roles.yml -e "localaction=list"
Delete::
./grole otc_eip; ansible-playbook roles.yml -e "public_ip_address=160.44.1.1" -e "localaction=delete"