mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-19 03:13:07 -06:00
DCD-486: Add optional Docker installation.
This commit is contained in:
8
roles/linux_common/molecule/docker/playbook.yml
Normal file
8
roles/linux_common/molecule/docker/playbook.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_user: "jira"
|
||||
atl_docker_install: true
|
||||
roles:
|
||||
- role: linux_common
|
||||
Reference in New Issue
Block a user