Skip to content
Snippets Groups Projects
Commit 97dc5b56 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Delete hosts

parent 35fcc90c
No related branches found
No related tags found
No related merge requests found
# The local deployment host VM
[terraform_mgmt]
localhost ansible_connection=local
# Contains the web servers at backend network
[servers]
web1
web2
# Modify the line with the ansible_host for the public IP address of your Tenant
web1 ansible_host=100.64.14.43 ansible_user=ubuntu ansible_connection=ssh
web2 ansible_host=100.64.14.42 ansible_user=ubuntu ansible_connection=ssh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment