forked from newrelic/infrastructure-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
30 lines (20 loc) · 737 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
- name: pinned version agent installation
import_playbook: installation-pinned.yml
- name: agent installation as root
import_playbook: installation-root.yml
- name: privileged mode agent installation
import_playbook: installation-privileged.yml
- name: unprivileged mode agent installation
import_playbook: installation-unprivileged.yml
- name: agent installation via newrelic-cli
import_playbook: installation-newrelic-cli.yml
- name: installation windows
import_playbook: installation-windows.yml
- name: log forwarder
import_playbook: log-forwarder.yml
- name: agent upgrade
import_playbook: agent-upgrade.yml
- name: shutdown , terminate and HNR alerts
import_playbook: shutdown-and-terminate.yml
...