More new stuff
This commit is contained in:
15
vte.yml
Normal file
15
vte.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Something
|
||||
hosts: temp
|
||||
become: false
|
||||
gather_facts: false
|
||||
|
||||
vars:
|
||||
pkg_list:
|
||||
- https://dlcdn.apache.org//directory/apacheds/dist/2.0.0.AM27/apacheds-2.0.0.AM27-x86_64.rpm
|
||||
|
||||
tasks:
|
||||
- name: Install packages from package list
|
||||
ansible.builtin.yum:
|
||||
name: "{{ pkg_list }}"
|
||||
state: present
|
Reference in New Issue
Block a user