updates to samba roles

todo: set samba acl - currently manual via compmgmt.msc
todo: dynamic dns update?
This commit is contained in:
Michael Pellegrino
2021-08-29 11:40:53 -04:00
parent 21612189e0
commit 61569e21b4
10 changed files with 140 additions and 57 deletions

View File

@@ -128,7 +128,8 @@
- name: "Edit Fstab"
replace:
path: /etc/fstab
regexp: 'errors=remount-ro 0'
#regexp: 'errors=remount-ro 0'
regexp: 'defaults'
replace: 'user_xattr,acl,barrier=1,errors=remount-ro,relatime 0'
backup: yes
@@ -147,4 +148,4 @@
- udp
- name: "Ubuntu login"
import_tasks: ubuntu-1804-amd64-login.yml
import_tasks: ubuntu-1804-amd64-login.yml

View File

@@ -0,0 +1,7 @@
{% for item in ansible_play_batch %}
{{ hostvars[item].ansible_host }} {{ item }}.demo.dsfinancial.com
{% endfor %}
{% for item in ansible_play_batch %}
{{ hostvars[item].ansible_host }} {{ item }}
{% endfor %}