diff --git a/install_base_system.yaml b/install_base_system.yaml index 7dc72f5..4dcd011 100644 --- a/install_base_system.yaml +++ b/install_base_system.yaml @@ -245,3 +245,21 @@ hostname = 134.102.55.235:25 mda "/usr/bin/procmail -d %T" + - name: Link for chrome + file: + src: /opt/google/chrome/chrome + dest: /bin/chrome + state: link + + - name: set /etc/profile + blockinfile: + path: /etc/profile + state: present + create: true + owner: "root" + group: "root" + mode: "0666" + block: | + . /sge-root/neuro/common/settings.sh + MANPATH=$MANPATH/sge-root/man:/usr/share/man: + export MANPATH