mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Add start of role for base package setup.
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.retry
|
||||||
2
roles/aws_linux2_base/defaults/main.yml
Normal file
2
roles/aws_linux2_base/defaults/main.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
git_version: "2.14.4"
|
||||||
7
roles/aws_linux2_base/tasks/main.yml
Normal file
7
roles/aws_linux2_base/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Install common packages
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- jq
|
||||||
|
- git-{{git_version}}
|
||||||
Reference in New Issue
Block a user