Update install_base_system.yaml

This commit is contained in:
David Rotermund 2024-04-12 02:35:47 +02:00 committed by GitHub
parent ef0943ecf9
commit e7f07ca4ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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