Update install_base_system.yaml
This commit is contained in:
parent
ef0943ecf9
commit
e7f07ca4ba
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue