From 2cccc79c96fb2c0b2d2e3a149971970fc3ec1c29 Mon Sep 17 00:00:00 2001 From: Chris Collins <29593332+christides11@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:13:25 -0800 Subject: [PATCH] Main file --- playbooks/opflex_agent.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 playbooks/opflex_agent.yml diff --git a/playbooks/opflex_agent.yml b/playbooks/opflex_agent.yml new file mode 100644 index 000000000..91cd3bea2 --- /dev/null +++ b/playbooks/opflex_agent.yml @@ -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