-
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
DNS Forward NSG Support for Bloxone Ansible v2 #45
base: v2
Are you sure you want to change the base?
Conversation
name: "{{ forward_nsg_name }}" | ||
state: present | ||
register: forward_nsg | ||
- name: Get Information about the Forward NSG |
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.
Add a new line here please !
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.
done
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.
This comment is yet to be addressed .
We need a line between lines 16 and 17 to differentiate between creation and the several retrieval methods.
name: "{{ forward_nsg_name }}" | ||
state: present | ||
register: forward_nsg | ||
- name: Get Information about the Forward NSG |
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.
This comment is yet to be addressed .
We need a line between lines 16 and 17 to differentiate between creation and the several retrieval methods.
- name: Get Forward NSG information by filters (e.g. name) | ||
infoblox.bloxone.dns_forward_nsg_info: | ||
filters: | ||
name: "example_nsg" |
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.
Indentation issue here
- "{{ forward_nsg.id }}" | ||
state: present | ||
register: secondary_forward_nsg | ||
- name: Validate Secondary Forward NSG Creation |
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.
IS this validation or the Get Information about the Secondary Forward NSG ?
Support for forward NSG in v2 ansible
Integration test - pass
Sanity - pass
Lint check - pass