Skip to content

Commit

Permalink
Merge branch 'master' into Vagrant-POC
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Aug 21, 2024
2 parents d60120f + a5918a0 commit 64acefe
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
path: /etc/security/login.cfg
regexp: 'shells = '
replace: 'shells = /bin/bash,'
tags: login_shell
tags:
- login_shell
- adoptopenjdk

- name: Add bash to available login shells
blockinfile:
dest: /etc/shells
block: |
/bin/bash
tags: login_shell
tags:
- login_shell
- adoptopenjdk

# move to role later
- name: Set variables for global environment
Expand All @@ -24,11 +28,15 @@
AIXTHREAD_HRT=true
PKG_CONFIG_PATH=/opt/freeware/lib64/pkgconfig:/opt/freeware/lib/pkgconfig
PERL5LIB=/opt/freemarker/lib/perl5
tags: login_shell
tags:
- login_shell
- adoptopenjdk

- name: Add freeware and xlc to PATH for global environment
replace:
path: /etc/environment
regexp: 'PATH=/usr/bin'
replace: 'PATH=/opt/freeware/bin:/opt/IBM/xlC/13.1.3/bin:/usr/bin'
tags: login_shell
replace: 'PATH=/usr/bin:/opt/IBM/xlC/13.1.3/bin:/opt/freeware/bin:'
tags:
- login_shell
- adoptopenjdk

0 comments on commit 64acefe

Please sign in to comment.