DCD-880: Create role to run slingshot and implement task to install

slingshot on amazon linux
This commit is contained in:
Ben Partridge
2020-01-03 11:33:54 +11:00
parent 051afc7c09
commit e7de5baff7
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Converge
hosts: all
tasks:
- name: Install distro-specific backup support packages
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"