Skip to content

Commit e3cf2a2

Browse files
author
angudadevops
authored
Kubernetes on AWS
1 parent 54cf2bb commit e3cf2a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎ansible/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ This directory helps you to install kubernetes cluster with ansible playbooks. P
2323
52.52.238.67 ansible_ssh_host=52.52.238.67 ansible_ssh_port=22 ansible_ssh_user=ubuntu ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
2424
52.8.50.178 ansible_ssh_host=52.8.50.178 ansible_ssh_port=22 ansible_ssh_user=ubuntu ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
2525
```
26+
## Note
27+
28+
If you're using Terraform with Ansible for kubernetes cluster on AWS, you can ignore above steps as my scripts help you to generate ansible inventory. Above steps are for complete on bare metal
2629
2730
### Usage
2831
@@ -37,4 +40,4 @@ Then run k8s.yaml to install kubernetes cluster with kubeadm
3740
```
3841
ansible-playbook k8s.yaml -i inventory
3942
```
40-
43+

0 commit comments

Comments
 (0)