kleine Änderungen

This commit is contained in:
Martin Wohlert 2021-06-23 23:05:42 +02:00
parent 708dd41417
commit 7a9d91c185
3 changed files with 16 additions and 1 deletions

View File

@ -3,4 +3,4 @@
gather_facts: false
become: true
roles:
- linux_base
- linux/base

View File

@ -1,5 +1,11 @@
---
# base config
- name: Oracle EPEL repo
dnf:
state: present
name: oracle-epel-release-el8
when: ansible_os_family == "RedHat" and ansible_distribution == "OracleLinux"
- name: basic tools
package:
state: present

View File

@ -8,3 +8,12 @@ vm_templates:
checksum: sha1:fc08ad81a893b8253ec3bf6e25273cbb4fc8eafb
filename: fedora-34.qcow2
url: https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2
# oracle_84:
# host: localhost
# cpus: 1
# ram: 2048
# hdd: 40g
# image:
# checksum:
# filename: oracle-84.qcow2
# url: https://yum.oracle.com/templates/OracleLinux/OL8/u4/x86_64/OL8U4_x86_64-olvm-b85.qcow2