This commit is contained in:
2020-10-28 02:39:46 +01:00
parent 5aaee7646b
commit ce14de76cf
24 changed files with 923 additions and 1653 deletions

View File

@ -47,6 +47,7 @@
tags:
- ntp
# tags supported inside cups-install.yml:
#
# cups-server
@ -55,7 +56,8 @@
tags:
- cups
# tags supported inside cups-install.yml:
# tags supported inside pure-ftpd-install.yml:
#
- import_tasks: pure-ftpd-install.yml
when:
@ -63,6 +65,7 @@
tags:
- pure-ftpd
# tags supported inside nfs.yml:
#
# nfs-server
@ -78,13 +81,21 @@
# samba-client
- import_tasks: samba-install.yml
tags:
- samba-install
- samba
# tags supported inside user.yml:
# tags supported inside samba-remove-user.yml:
#
- import_tasks: samba-remove-user.yml
tags:
- samba-remove-user
# tags supported inside system-user.yml:
#
# system-user
- import_tasks: user.yml
- import_tasks: system-user.yml
when: "groups['file_server']|string is search(inventory_hostname)"
tags:
- system-user
@ -102,7 +113,7 @@
# tags supported inside nis-user.yml:
#
# system-user
# nis-user
- import_tasks: nis-user.yml
when: "groups['nis_server']|string is search(inventory_hostname)"
tags:
@ -127,6 +138,7 @@
tags:
- nis-samba-user
# tags supported inside mount_samba_shares.yml:
#
- import_tasks: mount_samba_shares.yml
@ -155,12 +167,13 @@
when: "groups['nis_server']|string is search(inventory_hostname)"
tags:
- user-systemfiles
- nis-user-systemfiles
# tags supported root_files_scripts.yml:
# tags supported root-files-scripts.yml:
# wakeup_lan
- import_tasks: root_files_scripts.yml
- import_tasks: root-files-scripts.yml
tags:
- root-files-scripts
@ -175,6 +188,7 @@
tags:
- sudoers
# tags supported inside sudoers-server.yml:
#
# sudoers-remove
@ -185,3 +199,37 @@
tags:
- sudoers
# Tasks: Configure VNC (x11vnc) for Ubuntu systems
#
# Supported OS:
# - Ubuntu 16.04LTSi
# - Ubuntu 18.04LTSi
- name: "For OS: Ubuntu 16.04LTS, Arch: amd64"
import_tasks: ubuntu-x11vnc-1604-amd64.yml
when:
- ansible_distribution_version == "16.04"
- ansible_architecture == "x86_64"
tags:
- x11vnc
- x11vnc-1604
- finish-client-install
- name: "For OS: Ubuntu 18.04LTS, Arch: amd64"
import_tasks: ubuntu-x11vnc-1804-amd64.yml
when:
- ansible_distribution_version == "18.04"
- ansible_architecture == "x86_64"
tags:
- x11vnc
- x11vnc-1804
- finish-client-install
#- name: "Configure LUKS"
# import_tasks: luks.yml
# when: "groups['client_pc']|string is search(inventory_hostname)"
# tags:
# - luks