Initial commit, squashed
This commit is contained in:
commit
158e8740b8
83 changed files with 2718 additions and 0 deletions
6
roles/access/handlers/main.yml
Normal file
6
roles/access/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: write config
|
||||
ansible.netcommon.cli_command:
|
||||
command: "copy running-config startup-config"
|
||||
prompt: "Destination filename startup-config\\? \\[y/n\\]: "
|
||||
answer: "y"
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue