mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
first pass at basic AL2022 support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-specific NFS packages
|
||||
- name: Install Amazon-Linux-2-specific NFS packages
|
||||
ansible.builtin.yum:
|
||||
name:
|
||||
- nfs-utils
|
||||
6
roles/nfs_server/tasks/amazon-2022.yml
Normal file
6
roles/nfs_server/tasks/amazon-2022.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-2022-specific NFS packages
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- nfs-utils
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install distro-specific NFS packages
|
||||
ansible.builtin.include_tasks: "{{ ansible_distribution|lower }}.yml"
|
||||
ansible.builtin.include_tasks: "{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}.yml"
|
||||
|
||||
|
||||
- name: Create mountpoint
|
||||
|
||||
Reference in New Issue
Block a user