Skip to content

Commit

Permalink
save config
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Oct 15, 2024
1 parent e562fc2 commit fda53ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions partition/roles/ztp/templates/ztp.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"ztp": {
"02-user": {
"plugin": {
"url": "http://{{ ansible_host }}:{{ ztp_port }}/ztp.sh"
"url": "http://{{ ztp_listen_address }}:{{ ztp_port }}/ztp.sh"
}
},
"03-configdb-json": {
"url": {
"source": "http://{{ ansible_host }}:{{ ztp_port }}/config_db.json"
"source": "http://{{ ztp_listen_address }}:{{ ztp_port }}/config_db.json"
},
"clear-config": false
"clear-config": false,
"save-config": true
}
}
}

0 comments on commit fda53ef

Please sign in to comment.