Skip to content

Commit

Permalink
Sync develop (cyberark#32)
Browse files Browse the repository at this point in the history
* - Initial folder structure

* -Add hosts files with examples

* - Added hosts and group_vars/windows.yml

* - Add register_components.yml skeleton

* - Add requirements file

* - Update register components to run 1 by 1

* - Supports components registration order

* - Enable components installation

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely (cyberark#2)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* Update cpm.yml

* Update pas-orchestrator.yml

* Update psm.yml

* Update pvwa.yml

* Update register_components.yml

* Cli 669 (cyberark#3)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* update readme fil

* fixing README

* README fixes

* Added full Apache 2.0 License file (cyberark#4)

* Added full Apache 2.0 License file

* fixed company name and moved stuff around

* - Fixed templating error, fixed typo on readme (cyberark#6)

* - Fixed templating error, fixed typo on readme

* - Fixed funny yes

* set cpm registration to false (cyberark#5)

* - Added yamllint linter (cyberark#7)

* -Add Jenkinsfile (cyberark#9)

* -Add Jenkinsfile

* -Set requirements for tests

* -Fix typo

* -Expand yamllint checking on all yml files

* -Make testenv folder invisible

* -Ignore check hidden folders

* - Add Cyberark EULA (cyberark#8)

* - Organized facts from prompt (cyberark#10)

* -Name set_facts task (ansible-lint issue) (cyberark#12)

* Pas orchestrator readme changes (cyberark#11)

* -Add default values (cyberark#14)

* - Merge latest master to develop (cyberark#16)

* Change installation order for version 10.7 (cyberark#18)

* - Update components versions to release 10.7 (cyberark#20)

* § removing the need of pvwa ip in psm registration (cyberark#23)

* § changed requirements to v10.8 (cyberark#25)

* § changed requirements to v10.8

* Update requirements.yml

* § adding retry mechanism to pvwa (cyberark#27)

* - Support version v11.1

* - Support version v11.1 (cyberark#29)
  • Loading branch information
avishayil authored Oct 23, 2019
1 parent 94ed5e4 commit 975e3ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# pvwa git repo
- src: https://github.com/cyberark/pvwa.git
scm: git
version: v10.10
version: v11.1

# cpm git repo
- src: https://github.com/cyberark/cpm.git
scm: git
version: v10.10
version: v11.1

# psm git repo
- src: https://github.com/cyberark/psm.git
scm: git
version: v10.10
version: v11.1
1 change: 1 addition & 0 deletions tasks/cpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- cpm_postinstall: true
- cpm_hardening: true
- cpm_registration: false
- cpm_official: false
1 change: 1 addition & 0 deletions tasks/psm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- psm_postinstall: true
- psm_hardening: true
- psm_registration: false
- psm_official: false
2 changes: 2 additions & 0 deletions tasks/pvwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- pvwa_postinstall: true
- pvwa_hardening: true
- pvwa_registration: false
- pvwa_official: true

rescue:

Expand All @@ -24,3 +25,4 @@
- pvwa_postinstall: true
- pvwa_hardening: true
- pvwa_registration: false
- pvwa_official: true

0 comments on commit 975e3ae

Please sign in to comment.