-
Notifications
You must be signed in to change notification settings - Fork 3
/
main.yml
33 lines (29 loc) · 862 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
galaxy_info:
role_name: bootstrap
description: An ansible role for preparing a linux system to be managed by ansible. Based on robertdebock's role.
author: jonaspammer
license: "MIT"
min_ansible_version: "2.9"
platforms:
# note: text after "actively tested: " represent the docker image name
- name: EL # (Enterprise Linux)
versions:
- "9" # actively tested: rockylinux9
- name: Fedora
versions:
- "38" # actively tested: fedora38
- "39" # actively tested: fedora39
- name: Debian
versions:
- bullseye # actively tested: debian11
- bookworm # actively tested: debian12
- name: Ubuntu
versions:
- focal # actively tested: ubuntu2004
- jammy # actively tested: ubuntu2204
galaxy_tags:
- bootstrap
- python
- sudo
dependencies: []