This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/oam_cli_agent_mxn/tasks/main.yml

14 lines
321 B
YAML

- name: "Templates oam_cli_agent_mxn.service"
template:
src: "{{ role_path }}/templates/oam_cli_agent_mxn.service.j2"
dest: /usr/lib/systemd/system/oam_cli_agent_mxn.service
- name: "Start oam_cli_agent_mxn"
systemd:
name: oam_cli_agent_mxn
state: restarted
enabled: yes
daemon_reload: yes