This commit is contained in:
2022-02-19 02:20:05 +01:00
parent 9fadd0642d
commit 526f7e919a
15 changed files with 1607 additions and 4 deletions

View File

@ -226,6 +226,15 @@
tags:
- apt-webserver-pkgs
- name: (apt.yml) Install samba related packages
package:
pkg: '{{ apt_install_server_samba }}'
state: present
when:
- "groups['samba_server']|string is search(inventory_hostname)"
tags:
- samba-server
- name: (apt.yml) Install extra packages
apt:
name: "{{ apt_extra_pkgs }}"