This commit is contained in:
Christoph 2021-05-03 16:10:24 +02:00
parent 246c024874
commit 24070b54d5
3 changed files with 13 additions and 9 deletions

4
hosts
View File

@ -8,6 +8,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
file-akb.akb.netz ansible_user=root
192.168.82.20 ansible_user=root
@ -20,6 +21,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
[nfs_client]
ab1.akb.netz
@ -30,6 +32,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
[nis_client]
ab1.akb.netz
@ -40,6 +43,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
[file_server]
file-akb.akb.netz ansible_user=root

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec=x11vnc -rfbport -rfbauth /etc/x11vnc.pass
Exec=x11vnc -rfbport 5901 -rfbauth /etc/x11vnc.pass
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true

View File

@ -139,14 +139,6 @@
- nis-samba-user
# 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
# tags supported system-user-systemfiles.yml:
# profile
@ -239,6 +231,14 @@
- finish-client-install
# 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
#- name: "Configure LUKS"
# import_tasks: luks.yml
# when: "groups['client_pc']|string is search(inventory_hostname)"