Skip to content

Commit

Permalink
Main file
Browse files Browse the repository at this point in the history
  • Loading branch information
christides11 committed Feb 27, 2025
1 parent 28ede7f commit 2cccc79
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions playbooks/opflex_agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- name: Deploy EDPM Cisco Opflex Agent
hosts: "{{ edpm_override_hosts | default('all', true) }}"
strategy: linear
gather_facts: "{{ gather_facts | default(false) }}"
any_errors_fatal: "{{ edpm_any_errors_fatal | default(true) }}"
max_fail_percentage: "{{ edpm_max_fail_percentage | default(0) }}"
tasks:
- name: Cisco Opflex Agent
ansible.builtin.import_role:
name: osp.edpm.edpm_cisco_opflex_agent
tags:
- edpm_cisco_opflex_agent

0 comments on commit 2cccc79

Please sign in to comment.