Add role for eget installation
This commit is contained in:
16
playbook-eget.yml
Normal file
16
playbook-eget.yml
Normal 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'
|
Reference in New Issue
Block a user