Ansible経由でJuniper機器の再起動、およびシャットダウンを実現したいと考えております。
junos_command パッケージを利用して、showコマンド系の動作確認はできたのですが、再起動などシステム操作系の動作を実施が動作確認できておりません。
junos_*** パッケージで再起動、およびシャットダウンを実現する方法があれば、教示頂きたいです。
https://github.com/ansible-collections/junipernetworks.junos
- name: send show version junos_command: commands: "show version" register: show_version_results - name: display show version debug: var: show_version_results.stdout_lines <以下、機能せず> - name: request system reboot junos_command: commands: "request system reboot" register: request_system_reboot_results
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。