mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Install webex and powershell
This commit is contained in:
parent
438bb3fc93
commit
8850d2c6ef
1 changed files with 15 additions and 0 deletions
|
|
@ -101,6 +101,14 @@
|
||||||
filename: virtualbox
|
filename: virtualbox
|
||||||
update_cache: false
|
update_cache: false
|
||||||
|
|
||||||
|
- name: Add Microsoft Ubuntu 22.04 repo
|
||||||
|
become: true
|
||||||
|
ansible.builtin.apt_repository:
|
||||||
|
repo: deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/ubuntu/22.04/prod jammy main
|
||||||
|
state: present
|
||||||
|
filename: microsoft-prod
|
||||||
|
update_cache: false
|
||||||
|
|
||||||
- name: Install puppet-tools repo via Focal (20.04) deb package
|
- name: Install puppet-tools repo via Focal (20.04) deb package
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
@ -143,6 +151,7 @@
|
||||||
- pcsc-tools
|
- pcsc-tools
|
||||||
- pcscd
|
- pcscd
|
||||||
- pdk
|
- pdk
|
||||||
|
- powershell
|
||||||
- puppet-bolt
|
- puppet-bolt
|
||||||
- rake
|
- rake
|
||||||
- ruby
|
- ruby
|
||||||
|
|
@ -183,6 +192,12 @@
|
||||||
state: present
|
state: present
|
||||||
deb: https://pm.puppetlabs.com/pe-client-tools/2021.6.0/21.6.0/repos/deb/focal/PC1/pe-client-tools_21.6.0-1focal_amd64.deb
|
deb: https://pm.puppetlabs.com/pe-client-tools/2021.6.0/21.6.0/repos/deb/focal/PC1/pe-client-tools_21.6.0-1focal_amd64.deb
|
||||||
|
|
||||||
|
- name: Install Webex via deb package
|
||||||
|
become: true
|
||||||
|
ansible.builtin.apt:
|
||||||
|
state: present
|
||||||
|
deb: https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb
|
||||||
|
|
||||||
- name: Install Zoom via deb package
|
- name: Install Zoom via deb package
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue