Skip to content

Commit

Permalink
Added virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Mar 21, 2024
1 parent 706157f commit 33a182b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# from galaxy
roles:
- name: buluma.virtualbox
version: "0.2.0"
- name: nickjj.docker
version: "v2.4.0"
- name: diodonfrost.terraform
Expand Down
11 changes: 11 additions & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@
# - web_common/nginx
# - web_common/letsencrypt
- ombi_jasonernst_com/ombi

- name: Virtualbox
hosts: all
become: yes
gather_facts: yes
tags:
- virtualbox
roles:
- buluma.virtualbox
vars:
virtualbox_version: "7.0"

0 comments on commit 33a182b

Please sign in to comment.