-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra Host Support for Ansible V2 #53
base: v2
Are you sure you want to change the base?
Conversation
#TODO: add tests | ||
# The following require additional plugins to be supported. | ||
# - internal_secondaries | ||
# - nsgs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incorrect comment?
pass # Handled by BloxoneAnsibleModule | ||
|
||
|
||
class HostsModule(BloxoneAnsibleModule): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should be HostModule? Also, i am thinking if it should be InfraHostModule
, since we also have dns host, dhcp host, etc.
class HostsModule(BloxoneAnsibleModule): | |
class HostModule(BloxoneAnsibleModule): |
tags: run | ||
# Create an Ip Space | ||
- name: "Create an IP space" | ||
tags: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this tag required?
csp_url: "{{ csp_url }}" | ||
api_key: "{{ api_key }}" | ||
block: | ||
# Create a random View name to avoid conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Create a random View name to avoid conflicts | |
# Create a random IP Space name to avoid conflicts |
No description provided.