Skip to content

Commit

Permalink
install open-vm-tools for grid/install/login nodes
Browse files Browse the repository at this point in the history
 - but only on VMWare guests
  • Loading branch information
martbhell committed Mar 24, 2016
1 parent b1db426 commit 6171df8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- { role: ansible-role-nfs_mount, tags: [ 'nfsmount' ] }
- { role: ansible-role-autofs, tags: [ 'autofs' ] }
- { role: ansible-role-rsyslog, tags: [ 'rsyslog' ] }
- { role: ansible-role-open-vm-tools, tags: ['open-vm-tools'] }
- { role: ansible-role-slurm, tags: [ 'slurm' ] }
- { role: ansible-role-cvmfs, tags: [ 'cvmfs' ] }
- { role: ansible-role-sshd, tags: [ 'sshd', 'ssh' ] }
Expand Down
1 change: 1 addition & 0 deletions install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- { role: ansible-role-pxe_config, tags: [ 'pxe_config', 'pxe' ] }
- { role: ansible-role-yum-cron-2, tags: [ 'yumcron' ] }
- { role: ansible-role-rsyslog, tags: [ 'rsyslog' ] }
- { role: ansible-role-open-vm-tools, tags: ['open-vm-tools'] }
- { role: ansible-role-slurm, tags: [ 'slurm' ] }
- { role: ansible-role-aliases, tags: [ 'aliases', 'email' ] }
- { role: ansible-role-collectd, tags: [ 'collectd', 'monitoring' ] }
Expand Down
1 change: 1 addition & 0 deletions login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- { role: ansible-role-nsswitch, tags: [ 'nsswitch', 'auth' ] }
- { role: ansible-role-yum-cron-2, tags: [ 'yumcron' ] }
- { role: ansible-role-rsyslog, tags: [ 'rsyslog' ] }
- { role: ansible-role-open-vm-tools, tags: ['open-vm-tools'] }
- { role: ansible-role-nfs_mount, tags: [ 'nfsmount' ] }
- { role: ansible-role-autofs, tags: [ 'autofs' ] }
- { role: ansible-role-squid, tags: [ 'squid' ] }
Expand Down
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,7 @@
- src: https://github.com/mhakala/ansible-role-samba.git
path: roles
version: ca4c6dbca39231e61dbaf07e19d5b7f5b0786d3d

- src: https://github.com/jabl/ansible-role-open-vm-tools.git
path: roles
version: v1.0.0

0 comments on commit 6171df8

Please sign in to comment.