HPE0-G04 · Question #81
What are the benefits of integrating GitHub with Morpheus? (Select two.)
The correct answer is A. Enabling Infrastructure as Code (IaC) automation B. Ensuring version-controlled configuration management. Integrating GitHub with Morpheus empowers teams to manage infrastructure programmatically by pulling code, scripts, and templates directly from repositories - this is the foundation of IaC automation (A), where infrastructure is defined in code and automatically provisioned by…
Question
What are the benefits of integrating GitHub with Morpheus? (Select two.)
Options
- AEnabling Infrastructure as Code (IaC) automation
- BEnsuring version-controlled configuration management
- CRestricting automation to pre-built templates only
- DDisabling manual configuration options
How the community answered
(46 responses)- A93% (43)
- C2% (1)
- D4% (2)
Explanation
Integrating GitHub with Morpheus empowers teams to manage infrastructure programmatically by pulling code, scripts, and templates directly from repositories - this is the foundation of IaC automation (A), where infrastructure is defined in code and automatically provisioned by Morpheus. GitHub's native version control also means every change to a configuration, script, or template is tracked with a full audit trail and rollback capability, delivering version-controlled configuration management (B).
C is wrong because GitHub integration does the opposite - it expands automation possibilities beyond pre-built templates by allowing custom code and scripts from any repo. D is wrong because integrating GitHub adds capabilities; it doesn't remove or disable existing manual options.
Memory tip: Think "GitHub = Git = the two G's" - Git version control → option B, and GitHub-driven IaC → option A. Both benefits flow directly from what GitHub fundamentally is: a version-controlled code repository.
Topics
Community Discussion
No community discussion yet for this question.