Created
September 11, 2018 15:13
-
-
Save nmagee/ee7af6d3d52bc31d4e1069b15d76b639 to your computer and use it in GitHub Desktop.
Prepares a CentOS cluster for installation of DC/OS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # DC/OS Prep for Install | |
| # | |
| # The following playbooks should be run, in order, to prep a CentOS cluster for installation of DC/OS. | |
| # This list is based on the software prerequisites published by Mesosphere: | |
| # https://docs.mesosphere.com/1.11/installing/production/system-requirements/ | |
| - 1-add-ansible-user.playbook | |
| - 2-install-basics.playbook | |
| - 3-add-nogroup.playbook | |
| - 4-docker.playbook | |
| - 5-add-dcos-user.playbook | |
| - 6-disable-root-ssh.playbook | |
| - 7-set-env-dcos-nodes.playbook | |
| - override.conf | |
| - set-private-ip-var.sh | |
| # Download the bundle here: https://s3.amazonaws.com/uvasom-dcos/setup/dcos-prereqs.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment