Skip to content

Instantly share code, notes, and snippets.

@nmagee
Created September 11, 2018 15:13
Show Gist options
  • Select an option

  • Save nmagee/ee7af6d3d52bc31d4e1069b15d76b639 to your computer and use it in GitHub Desktop.

Select an option

Save nmagee/ee7af6d3d52bc31d4e1069b15d76b639 to your computer and use it in GitHub Desktop.
Prepares a CentOS cluster for installation of DC/OS.
# 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