diff --git a/inventory.yml b/inventory.yml deleted file mode 100644 index 7a66c78..0000000 --- a/inventory.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -local: - hosts: - proxmox110: - ansible_host: 192.168.100.52 #Local VM (Automation) - ansible_user: kev - -cloud: - hosts: - ec2: - ansible_host: 17110711.xyz #EC2 Instance - ansible_user: ubuntu diff --git a/outputs.tf b/outputs.tf deleted file mode 100644 index e489da0..0000000 --- a/outputs.tf +++ /dev/null @@ -1,9 +0,0 @@ -output "instance_id" { - description = "ID of the ec2 instance" - value = aws_instance.app_server.id -} - -output "instance_public_ip" { - description = "Public IP address of the ec2 instance" - value = aws_instance.app_server.public_ip -} diff --git a/variables.yml b/variables.yml deleted file mode 100644 index da411f3..0000000 --- a/variables.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -ipv4_local_110: 192.168.100.52 -ipv4_cloud_ec2: 52.221.253.193 \ No newline at end of file