Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 70566b9a authored by fred's avatar fred
Browse files

📦️ Add zoom package via dpkg

parent eeaa56a6
Branches 10-fix-eslint-config
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ Suitable for server and workstation. ...@@ -15,6 +15,7 @@ Suitable for server and workstation.
| task | purpose | | task | purpose |
| :--------------------------------------: | :--------------------------------------------------------------: | | :--------------------------------------: | :--------------------------------------------------------------: |
| [`apt.yml`](tasks/apt.yml) | Install generic packages |
| [`become_user_cfg.yml`](tasks/become_user_cfg.yml) | Set `sudo` without password for `become_user` access | | [`become_user_cfg.yml`](tasks/become_user_cfg.yml) | Set `sudo` without password for `become_user` access |
| [`host_info.yml`](tasks/host_info.yml) | Return message with distribution full name & version | | [`host_info.yml`](tasks/host_info.yml) | Return message with distribution full name & version |
| [`shutdown.yml`](tasks/shutdown.yml) | Shutdown target in 5 min (not if host is in production group) | | [`shutdown.yml`](tasks/shutdown.yml) | Shutdown target in 5 min (not if host is in production group) |
......
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
upgrade: safe upgrade: safe
- name: APT | install zoom client - name: APT | install zoom client
apt: when: inventory_hostname in groups.station
ansible.builtin.apt:
deb: https://zoom.us/client/latest/zoom_amd64.deb deb: https://zoom.us/client/latest/zoom_amd64.deb
- name: APT | remove useless packages from the cache - name: APT | remove useless packages from the cache
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
base_pkg: base_pkg:
- htop - htop
- keychain
- locales - locales
- lynx - lynx
- progress - progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment