MAIN.md #1

  • //
  • guest/
  • russell_jackson/
  • ansible-sdp/
  • MAIN.md
  • Markdown
  • View
  • Commits
  • Open Download .zip Download (657 B)

main-playbook

Usage

Used to run any of the following options/roles based on the flow control variables defined during execution

  • install/update/monitor

Flow Control Variables

These should be set during ansible execution and not in the inventory files.<br> They all default to false

Variable Description
install_perforce Runs the install role which installs the perforce sdp framework
update_perforce Runs sub_tasks in update.yml of the install role that updates the p4/p4d binaries and SDP scripts
monitor_perforce Runs the monitoring role and set's up monitoring artifacts for the perforce servers
# main-playbook

# Usage
Used to run any of the following options/roles based on the flow control variables defined during execution
* install/update/monitor

## Flow Control Variables
These should be set during ansible execution and not in the inventory files.<br>
They all default to *false*

| Variable | Description |
|:---:|:---|
| *install_perforce*  | Runs the install role which installs the perforce sdp framework  |
| *update_perforce* | Runs sub_tasks in update.yml of the install role that updates the p4/p4d binaries and SDP scripts |
| *monitor_perforce* | Runs the monitoring role and set's up monitoring artifacts for the perforce servers |
# Change User Description Committed
#1 32488 Russell C. Jackson (Rusty) Ansible scaffolding for the sdp - Needs work.