mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Rename linux-common to linux_common for consistency.
This commit is contained in:
1
roles/linux_common/tasks/debian.yml
Normal file
1
roles/linux_common/tasks/debian.yml
Normal file
@@ -0,0 +1 @@
|
||||
---
|
||||
12
roles/linux_common/tasks/main.yml
Normal file
12
roles/linux_common/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
# Note: Try and limit these to packages that are distro-specific, and
|
||||
# place commonly-named ones below.
|
||||
- name: Install distro-specific prerequisites
|
||||
include: "{{ ansible_os_family|lower }}.yml"
|
||||
|
||||
- name: Install common support packags
|
||||
package:
|
||||
name:
|
||||
- jq
|
||||
- curl
|
||||
6
roles/linux_common/tasks/redhat.yml
Normal file
6
roles/linux_common/tasks/redhat.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install Redhat family support packages
|
||||
yum:
|
||||
name:
|
||||
- shadow-utils
|
||||
Reference in New Issue
Block a user