Logo
Explore Help
Sign In
Jose/ansible_role_proxmox_provision
1
0
Fork 0
You've already forked ansible_role_proxmox_provision
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e2f992a2faf5dd8e2b8def6e4c460cc33b308bb9
ansible_role_proxmox_provision/tasks/utilities.yml

14 lines
270 B
YAML
Raw Normal View History

feat ✨: Add tasks for importing utilities.yml and installing system packages This commit introduces two new tasks in the Ansible playbook. The first task imports a `utilities.yml` file, which likely contains reusable utility functions or configurations for API interactions. The second task installs necessary system packages required for the application to run smoothly.
2026-02-12 18:08:57 +01:00
---
- name: utilities | Install required system packages
apt:
name:
- python3
- python3-pip
- python3-setuptools
- python3-proxmoxer
- python3-requests
- smartmontools
- lm-sensors
state: present
chore 📦: Update build scripts for CI/CD pipeline Updated the build scripts to ensure compatibility with the latest version of the CI/CD tooling and improved the overall efficiency of the pipeline.
2026-02-12 18:10:04 +01:00
update_cache: yes
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API