Skip to content

Commit

Permalink
aixPB: GNU software needed for some of the Ansible modules used in ot…
Browse files Browse the repository at this point in the history
…her plays
  • Loading branch information
aixtools committed Nov 27, 2020
1 parent 4c4cb38 commit 104de6a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ansible/playbooks/AdoptOpenJDK_AIX_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@
# AIX base requirements
- X11
- openssl
# verify/install IBM compilers
- xlc_v13
- xlc_v16

# AIX configuration
- aixfs
- syslogs

# yum based installation of additional software
# installs some gnu packages required by ansible modules
- yum

# verify/install IBM compilers
- xlc_v13
- xlc_v16
# users needed - wait until here to be sure bash is installed
# tbd: Need other actions performed first - mainly adding /usr/bin/bash
# to the list of legal shells.
- jenkins_user
- zeus_user

Expand Down

0 comments on commit 104de6a

Please sign in to comment.