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,24 @@
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: amazon_linux2
image: amazonlinux:2
groups:
- aws_node_local
# - name: ubuntu_lts
# image: ubuntu:bionic
# groups:
# - aws_node_local
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8