You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
430 B
14 lines
430 B
---
|
|
- name: "Deploy Configuration for Instance Splunk"
|
|
become: yes
|
|
hosts: all:!splunk_uf_Linux
|
|
tasks:
|
|
- name: Deploy_Configuration
|
|
include_tasks: roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml
|
|
|
|
- name: "Deploy Configuration for Instance Splunk DSMC"
|
|
become: yes
|
|
hosts: splunk_deployement_TIC
|
|
tasks:
|
|
- name: Deploy_Configuration
|
|
include_tasks: roles/splunk_deploy/tasks/Deploy_Conf_DSMC.yml |