Skip to content

Commit

Permalink
revert till ready to merge all (#50)
Browse files Browse the repository at this point in the history
* revert till ready to merge all

* Update main.yml

* Update AppServer.properties.j2

* Update galaxy.yml
  • Loading branch information
romakarol authored Jul 10, 2023
1 parent f5555b4 commit 2bf555f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.2.3
version: 1.2.4

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
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=websphere
security.password=XOVRjjVTebM8gV953LGMLQ==

# 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: 'weblogic1'
encrypted_password: 'dummypassword'
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=websphere
security.password=XOVRjjVTebM8gV953LGMLQ==

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

0 comments on commit 2bf555f

Please sign in to comment.