1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

9 core roles check their vars + 3 roles record to iiab_state.yml

This commit is contained in:
root 2020-09-22 01:04:06 -04:00
parent 624fb68596
commit d87821d266
37 changed files with 737 additions and 416 deletions

View file

@ -1,3 +1,7 @@
- name: systemd daemon-reload
systemd:
daemon_reload: yes
- name: Enable & Start Samba service ({{ smb_service }}) and NetBIOS name service ({{ nmb_service }}) if samba_enabled
systemd:
name: "{{ item }}"