Blaine Story 1 өдөр өмнө
parent
commit
5323daa418
1 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 2 3
      group_vars/all.yml

+ 2 - 3
group_vars/all.yml

@@ -82,8 +82,7 @@ common_pkgs:
   - net-tools
   - curl
   - wget
-  - inxi
-  - smartmontools
+  - "{{ 'smartmontools' if ansible_system_vendor == 'QEMU' or ansible_system_vendor == 'Linode' else 'bash' }}"
   - sysstat
   - tcpdump
   - iptraf-ng
@@ -99,7 +98,7 @@ common_pkgs_rpm:
 
 common_pkgs_deb:
   - netcat-openbsd
-  - ntp
+  - openntpd
 
 # backblaze b2 cloud backups
 b2_account_key: "{{ vaulted_b2_account_key }}"