mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
stage 4 installed
This commit is contained in:
parent
579fa10b05
commit
29b28d8393
9 changed files with 58 additions and 3 deletions
|
@ -30,6 +30,13 @@
|
|||
src: smb.conf.j2
|
||||
dest: /etc/samba/smb.conf
|
||||
|
||||
- name: Add 'samba_installed' variable values to {{ iiab_installed }}
|
||||
lineinfile:
|
||||
dest: "{{ iiab_installed }}"
|
||||
regexp: '^samba_installed'
|
||||
line: 'samba_installed: True'
|
||||
state: present
|
||||
|
||||
- name: Enable & Start Samba systemd service
|
||||
service:
|
||||
name: "{{ smb_service }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue