mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-880: Variablify create_backups tasks
This commit is contained in:
@@ -8,12 +8,8 @@ lint:
|
||||
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:
|
||||
|
||||
@@ -2,5 +2,10 @@
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
# Role default vars must be included because we aren't running the whole role, just a subset of tasks
|
||||
- name: Include role vars
|
||||
include_vars:
|
||||
file: ../../defaults/main.yml
|
||||
|
||||
- name: Install distro-specific backup support packages
|
||||
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"
|
||||
|
||||
Reference in New Issue
Block a user