This commit is contained in:
2023-04-28 04:25:32 -04:00
parent 81d2ea447a
commit ab0401f27b
34 changed files with 144 additions and 144 deletions

View File

@@ -1,5 +1,5 @@
- name: Install GnuPG
apt:
ansible.builtin.apt:
name: gnupg
state: present
@@ -37,16 +37,16 @@
state: present
- name: Install MongoDB 3.6
apt:
ansible.builtin.apt:
name: mongodb-org
state: present
- name: Install OpenJDK 8 LTS
apt:
ansible.builtin.apt:
name: adoptopenjdk-8-hotspot
state: present
- name: Install UniFi
apt:
ansible.builtin.apt:
name: unifi
state: present