1
0

Add role for eget installation

This commit is contained in:
2024-12-22 20:49:47 +03:00
parent 7241cca4fb
commit 4cd6d8ff64
8 changed files with 173 additions and 1 deletions

16
playbook-eget.yml Normal file
View File

@ -0,0 +1,16 @@
---
- name: 'Install eget'
hosts: all
vars_files:
- vars/ports.yml
- vars/vars.yml
tasks:
- name: 'Install eget'
ansible.builtin.import_role:
name: eget
vars:
eget_version: '1.3.4'
eget_install_path: '/usr/bin/eget'