Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
88 B
YAML
5 lines
88 B
YAML
---
|
|
- name: restart sshd
|
|
ansible.builtin.service:
|
|
name: sshd
|
|
state: restarted
|