DCD-224: Add start of role for base package setup.

This commit is contained in:
Steve Smith
2019-03-22 15:18:11 +11:00
parent 9c7252821a
commit 4470916112
3 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*~
*.bak
*.retry

View File

@@ -0,0 +1,2 @@
---
git_version: "2.14.4"

View File

@@ -0,0 +1,7 @@
---
- name: Install common packages
yum:
name:
- jq
- git-{{git_version}}