Skip to content

Commit

Permalink
Plaintext appserver (#48)
Browse files Browse the repository at this point in the history
* Update AppServer.properties

* Update AppServer.properties.j2

* Update main.yml
  • Loading branch information
romakarol authored Jun 30, 2023
1 parent c643f49 commit b9ceb1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/liberty/files/AppServer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ as.vendor=WLP
security.username=websphere
# Encrypt the plain-text password using 'build encrypt -Dpassword=<password>'
# Below is the encryption for the default password ("websphere")
security.password=XOVRjjVTebM8gV953LGMLQ==
security.password=websphere

# The name of the WebSphere Node or WebLogic Domain Name.
node.name=liberty
Expand Down
2 changes: 1 addition & 1 deletion roles/weblogic/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ applications_home: '{{ weblogic_base }}/config/applications'
mw_installer_folder: '{{ weblogic_base }}/installer'
domain_username: 'weblogic'
domain_password: 'weblogic'
encrypted_password: 'dummypassword'
encrypted_password: 'weblogic1'
server_name: 'CuramServer'
server_port: 7001

Expand Down
2 changes: 1 addition & 1 deletion roles/websphere/templates/AppServer.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ security.username=websphere
# Encrypt the plain-text password using 'build encrypt -Dpassword=<password>'
# Below is the encryption for the default password ("websphere").
# NOTE: This must be updated after your first login!
security.password=XOVRjjVTebM8gV953LGMLQ==
security.password=websphere

# The name of the WebSphere Node or WebLogic Domain Name.
node.name={{ansible_hostname}}
Expand Down

0 comments on commit b9ceb1d

Please sign in to comment.