Skip to content
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

Added clear description for the documentation for the network functions #251

Merged
merged 5 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions playbooks/network_settings_workflow_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
site_name: Global/Chennai
settings:
network_aaa: #works only if we system settigns is set
ip_address: 10.0.0.21 #Mandatory for ISE, sec ip for AAA
network: 10.0.0.20
primary_server_address: 10.0.0.20 #Mandatory for AAA and ISE
secondary_server_address: 10.0.0.21
protocol: TACACS
servers: AAA
server_type: AAA
# shared_secret: string #ISE
client_and_endpoint_aaa: #works only if we system settigns is set
ip_address: 10.197.156.42 #Mandatory for ISE, sec ip for AAA
network: 10.0.0.20
primary_server_address: 10.197.156.42 #Mandatory for AAA and ISE
secondary_server_address: 10.0.0.21
protocol: RADIUS
servers: AAA
server_type: AAA
# shared_secret: string #ISE
dhcp_server:
- 10.0.0.1
Expand All @@ -83,7 +83,7 @@
timezone: GMT
message_of_the_day:
banner_message: hello
retain_existing_banner: 'true'
retain_existing_banner: True
netflow_collector:
ip_address: 10.0.0.4
port: 443
Expand Down
Loading