From c1805010f483904d965e84d497bd44784eac4472 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 20 Apr 2024 02:35:33 +0200 Subject: [PATCH] Update --- yaml_sub/install_base_system.yaml | 84 +++++++++++++++---------------- yaml_sub/packages_3.yaml | 9 ++-- 2 files changed, 46 insertions(+), 47 deletions(-) diff --git a/yaml_sub/install_base_system.yaml b/yaml_sub/install_base_system.yaml index 134c1fb..c1a7591 100644 --- a/yaml_sub/install_base_system.yaml +++ b/yaml_sub/install_base_system.yaml @@ -157,24 +157,24 @@ state: present line: "ClientAliveCountMax 500" -- name: Set Services (sge_qmaster) - lineinfile: - path: /etc/services - state: present - line: "sge_qmaster 6444/tcp" - create: true +# - name: Set Services (sge_qmaster) +# lineinfile: +# path: /etc/services +# state: present +# line: "sge_qmaster 6444/tcp" +# create: true -- name: Set Services (sge_execd) - lineinfile: - path: /etc/services - state: present - line: "sge_execd 6445/tcp" +# - name: Set Services (sge_execd) +# lineinfile: +# path: /etc/services +# state: present +# line: "sge_execd 6445/tcp" -- name: Set Services (nrpe) - lineinfile: - path: /etc/services - state: present - line: "nrpe 5666/tcp # NRPE" +# - name: Set Services (nrpe) +# lineinfile: +# path: /etc/services +# state: present +# line: "nrpe 5666/tcp # NRPE" - name: Set Cups lineinfile: @@ -220,33 +220,33 @@ dest: /bin/chrome state: link -- name: set /etc/profile - blockinfile: - path: /etc/profile.d/sge.sh - state: present - create: true - owner: "root" - group: "root" - mode: "0666" - block: | - SGE_ROOT=/sge-root - export SGE_ROOT +# - name: set /etc/profile +# blockinfile: +# path: /etc/profile.d/sge.sh +# state: present +# create: true +# owner: "root" +# group: "root" +# mode: "0666" +# block: | +# SGE_ROOT=/sge-root +# export SGE_ROOT - SGE_ARCH=`/opt/sge/util/arch` - export SGE_ARCH - DRMAA_LIBRARY_PATH=/opt/sge/lib/lx-amd64/libdrmaa.so +# SGE_ARCH=`/opt/sge/util/arch` +# export SGE_ARCH +# DRMAA_LIBRARY_PATH=/opt/sge/lib/lx-amd64/libdrmaa.so - SGE_CELL=neuro - export SGE_CELL - SGE_CLUSTER_NAME=Neuro - export SGE_CLUSTER_NAME +# SGE_CELL=neuro +# export SGE_CELL +# SGE_CLUSTER_NAME=Neuro +# export SGE_CLUSTER_NAME - unset SGE_QMASTER_PORT - unset SGE_EXECD_PORT +# unset SGE_QMASTER_PORT +# unset SGE_EXECD_PORT - MANPATH=/opt/sge/man:$MANPATH - export MANPATH - PATH=/opt/sge/bin:/opt/sge/bin/lx-amd64/:$PATH - export PATH - shlib_path_name=/opt/sge/lib/lx-amd64/:$LD_LIBRARY_PATH - export shlib_path_name +# MANPATH=/opt/sge/man:$MANPATH +# export MANPATH +# PATH=/opt/sge/bin:/opt/sge/bin/lx-amd64/:$PATH +# export PATH +# shlib_path_name=/opt/sge/lib/lx-amd64/:$LD_LIBRARY_PATH +# export shlib_path_name diff --git a/yaml_sub/packages_3.yaml b/yaml_sub/packages_3.yaml index 61515f6..125dbfc 100644 --- a/yaml_sub/packages_3.yaml +++ b/yaml_sub/packages_3.yaml @@ -2,10 +2,10 @@ package3names: - "audacious" - "audacious*" - "filezilla" - - "gridengine" - - "gridengine-execd" - - "gridengine-qmaster" - - "gridengine-qmon" + # - "gridengine" + # - "gridengine-execd" + # - "gridengine-qmaster" + # - "gridengine-qmon" - "intel-aikit" - "intel-basekit" - "intel-dlfdkit" @@ -22,4 +22,3 @@ package3names: - "xpdf" - "xscreensaver" - "microsoft-edge-stable" -