Skip to content

Commit

Permalink
Host file for Ansible #111
Browse files Browse the repository at this point in the history
Created host inventory file for ansible
  • Loading branch information
tanmaysawaji committed Apr 4, 2022
1 parent 0044aa5 commit b17b0c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/inventory_hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[control_plane]
control1 ansible_host=149.165.153.132 ansible_user=ubuntu

[workers]
worker1 ansible_host=149.165.153.213 ansible_user=ubuntu

[all:vars]
ansible_python_interpreter=/usr/bin/python3

0 comments on commit b17b0c2

Please sign in to comment.