Merge pull request #641 from Random-Liu/fix-ansible-doc
Require ansible 2.4+.
This commit is contained in:
commit
ffda916fd0
@ -10,7 +10,7 @@ This document provides the steps to bring up a Kubernetes cluster using ansible
|
|||||||
### Prerequisites:
|
### Prerequisites:
|
||||||
- **OS**: Ubuntu 16.04 (will be updated with additional distros after testing)
|
- **OS**: Ubuntu 16.04 (will be updated with additional distros after testing)
|
||||||
- **Python**: 2.7+
|
- **Python**: 2.7+
|
||||||
- **Ansible**: 2.3+
|
- **Ansible**: 2.4+
|
||||||
|
|
||||||
## Step 0:
|
## Step 0:
|
||||||
- Install Ansible on the host where you will provision the cluster. This host may be one of the nodes you plan to include in your cluster. Installation instructions for Ansible are found [here](http://docs.ansible.com/ansible/latest/intro_installation.html).
|
- Install Ansible on the host where you will provision the cluster. This host may be one of the nodes you plan to include in your cluster. Installation instructions for Ansible are found [here](http://docs.ansible.com/ansible/latest/intro_installation.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user