Skip to content

Commit

Permalink
open-vm-toolsをaptでインストールする対象にした
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 30, 2024
1 parent 47405b5 commit 21c37e7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ apt:
- libdvd-pkg
- libdvdcss
- libheif1
- open-vm-tools
- open-vm-tools-desktop
- openssh-server
- openssl
- p7zip-full
Expand Down
1 change: 1 addition & 0 deletions inventories/host_vars/rui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apt:
- expat
- git
- iptables
- open-vm-tools
- perl
- python3
- rsync
Expand Down
6 changes: 6 additions & 0 deletions inventories/host_vars/skylark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ drives:
mountpoint: /backup
filesystem: "xfs"
options: "defaults,users"

apt:
- open-vm-tools
- ffmpeg
- renameutils
- wget
1 change: 1 addition & 0 deletions inventories/host_vars/tm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

apt:
- avahi-daemon
- open-vm-tools
6 changes: 3 additions & 3 deletions tasks/skylark/install-supplicant-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Install Supplicant Files
ansible.builtin.apt:
update_cache: true
pkg:
- ffmpeg
- renameutils
- wget
"{{ item }}"
loop: "{{ apt }}"

0 comments on commit 21c37e7

Please sign in to comment.