0

I'm trying to configure Weblogic WebCenter 12C Portal Domain via Ansible on CentOS 7, but still can't find the way how to do it. So far I could install weblogic and weblogic portal with DB via Ansible. But I don't know how to configure Webcenter Portal. /opt/app/middleware/oracle_common/common/bin/config.sh Have anyone already done this step via Ansible? If yes, please share with me this info if you have. I also tried to find any related info on google, but no luck, so I post my question here.

Thanks in advance.

Alish
  • 1
  • 1

1 Answers1

0

Just run config.sh in silent mode: https://docs.oracle.com/middleware/11119/core/ASINS/silent_install.htm#CBHECCJB

4.8 Configuring Your Oracle Fusion Middleware Product in Silent Mode

example:

./config.sh -silent -response response_file

I'm not sure this will work for Webcenter Portal, however, the likelihood of this is great.

response_file is quite convenient to form in ansible using "templates"

TheDESTROS
  • 385
  • 3
  • 10