-
Notifications
You must be signed in to change notification settings - Fork 195
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
Resolve issue #107 to restore network report demo #175
Conversation
[commented out the IOS XE facts collection until I understand the issue] |
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.
Could you change the title to something more descriptive? All commit titles get added to the changelog section of the newsletter.
collections/ansible_collections/demo/patching/roles/build_report_network/tasks/main.yml
Show resolved
Hide resolved
# - name: Permit traffic in default zone for http service | ||
# ansible.posix.firewalld: | ||
# service: http | ||
# permanent: true | ||
# state: enabled | ||
# immediate: true | ||
# check_mode: false |
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.
same as above, delete vs. comment out
network/report.yml
Outdated
# - name: Gather all network resource and minimal legacy facts [Cisco IOS XR] | ||
# cisco.iosxr.iosxr_facts: | ||
# gather_subset: min | ||
# gather_network_resources: all | ||
# when: ansible_network_os == 'cisco.iosxr.iosxr' |
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.
same as above, delete vs. comment out
collections/ansible_collections/demo/patching/roles/build_report_network/tasks/main.yml
Show resolved
Hide resolved
Requested changes made in commit f699741 |
Resolves issue 107.
Fixes report through documentation (README.md updates) and playbook changes.