update..
This commit is contained in:
parent
09ddb17aa0
commit
246ce4bfbf
5
hosts
5
hosts
@ -97,11 +97,16 @@ pc125.mbr-bln.netz
|
||||
pc126.mbr-bln.netz
|
||||
pc127.mbr-bln.netz
|
||||
pc128.mbr-bln.netz
|
||||
pc130.mbr-bln.netz
|
||||
pc131.mbr-bln.netz
|
||||
pc132.mbr-bln.netz
|
||||
pc133.mbr-bln.netz
|
||||
pc134.mbr-bln.netz
|
||||
pc135.mbr-bln.netz
|
||||
pc136.mbr-bln.netz
|
||||
pc137.mbr-bln.netz
|
||||
pc138.mbr-bln.netz
|
||||
192.168.112.162
|
||||
|
||||
[mbr_server]
|
||||
file-mbr.mbr-bln.netz ansible_user=root
|
||||
|
@ -207,10 +207,10 @@
|
||||
|
||||
# tags supported inside mount_samba_shares.yml:
|
||||
#
|
||||
- import_tasks: mount_samba_shares.yml
|
||||
when: "groups['client_pc']|string is search(inventory_hostname)"
|
||||
tags:
|
||||
- samba-shares
|
||||
#- import_tasks: mount_samba_shares.yml
|
||||
# when: "groups['client_pc']|string is search(inventory_hostname)"
|
||||
# tags:
|
||||
# - samba-shares
|
||||
|
||||
|
||||
# Tasks: Configure VNC (x11vnc) for Ubuntu systems
|
||||
|
@ -23,6 +23,6 @@
|
||||
# state: directory
|
||||
# with_subelements:
|
||||
# - "{{ samba_shares }}"
|
||||
# # - user
|
||||
# - user
|
||||
# loop_control:
|
||||
# label: '{{ item.1 }} share: {{ item.0.name }}'
|
||||
|
@ -306,7 +306,3 @@
|
||||
- nis-install
|
||||
- nis-install-client
|
||||
|
||||
|
||||
# TODO:
|
||||
# /etc/systemd/system/systemd-logind.service.d/nis_allow_network.conf
|
||||
# /etc/systemd/system/rpcbind.socket.d/override.conf
|
||||
|
@ -52,7 +52,7 @@
|
||||
|
||||
- name: "(ubuntu-x11vnc-2004-amd64.yml) Transfer x11vnc.service.j2 to /lib/systemd/system/x11vnc.service"
|
||||
template:
|
||||
src: lib/systemd/system/x11vnc-gdm3.service-ALT.j2
|
||||
src: lib/systemd/system/x11vnc-gdm3.service.j2
|
||||
dest: /lib/systemd/system/x11vnc.service
|
||||
|
||||
- name: "(ubuntu-x11vnc-2004-amd64.yml) Enable service"
|
||||
|
Loading…
Reference in New Issue
Block a user