diff --git a/README.md b/README.md
deleted file mode 100644
index 8f1b6ffc16b82f2aefd37a3e260234fca7e94a22..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1,92 +0,0 @@
-# ICG - nginx on OpenStack with monitoring agents
-
-
-
-## Getting started
-
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
-
-Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
-
-## Add your files
-
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
-
-```
-cd existing_repo
-git remote add origin https://git.code.tecnalia.com/piacere/public/demos/icg-nginx-on-openstack-with-monitoring-agents.git
-git branch -M main
-git push -uf origin main
-```
-
-## Integrate with your tools
-
-- [ ] [Set up project integrations](https://git.code.tecnalia.com/piacere/public/demos/icg-nginx-on-openstack-with-monitoring-agents/-/settings/integrations)
-
-## Collaborate with your team
-
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
-- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
-- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
-- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
-
-## Test and Deploy
-
-Use the built-in continuous integration in GitLab.
-
-- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
-- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
-- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
-- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
-- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
-
-***
-
-# Editing this README
-
-When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
-
-## Suggestions for a good README
-Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
-
-## Name
-Choose a self-explaining name for your project.
-
-## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
-
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
-
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
-
-## Installation
-Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
-
-## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
-
-## Support
-Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
-
-## Roadmap
-If you have ideas for releases in the future, it is a good idea to list them in the README.
-
-## Contributing
-State if you are open to contributions and what your requirements are for accepting them.
-
-For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
-
-You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
diff --git a/ansible/config.yaml b/ansible/config.yaml
deleted file mode 100644
index fff1792be092b69af3f0ca25b644e39c718d4f4f..0000000000000000000000000000000000000000
--- a/ansible/config.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-input:
-  - instance_ip
-  - instance_server_public_key
-output: []
-engine: ansible
-...
diff --git a/ansible/inventory.j2 b/ansible/inventory.j2
deleted file mode 100644
index 2380fdfe97dd4684f334f8aefcf0a855fb79396b..0000000000000000000000000000000000000000
--- a/ansible/inventory.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-[vms]
-{{ instance_ip }}
- 
-[vms:vars]
-ansible_connection=ssh
-ansible_user=ubuntu
-ansible_ssh_private_key_file=ssh_key
\ No newline at end of file
diff --git a/ansible/ssh_key.j2 b/ansible/ssh_key.j2
deleted file mode 100644
index 1b9ad076e0fea507ee1cbf04472da28a893fc929..0000000000000000000000000000000000000000
--- a/ansible/ssh_key.j2
+++ /dev/null
@@ -1 +0,0 @@
-{{ instance_server_private_key }}
\ No newline at end of file
diff --git a/config.yaml b/config.yaml
index c4ece8fd1e5dc201cf88edcf02b05c2b0882aa5e..082e5e5f4463eaa91ce35a61957caf2dd029c03d 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,6 +1,6 @@
 ---
 iac:
-  - terraform
-  - monitoring
-  - ansible
+- terraform
+- piacere_monitoring
+- nginx
 ...
\ No newline at end of file
diff --git a/monitoring/config.yaml b/monitoring/config.yaml
deleted file mode 100644
index fff1792be092b69af3f0ca25b644e39c718d4f4f..0000000000000000000000000000000000000000
--- a/monitoring/config.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-input:
-  - instance_ip
-  - instance_server_public_key
-output: []
-engine: ansible
-...
diff --git a/monitoring/inventory.j2 b/monitoring/inventory.j2
deleted file mode 100644
index 2380fdfe97dd4684f334f8aefcf0a855fb79396b..0000000000000000000000000000000000000000
--- a/monitoring/inventory.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-[vms]
-{{ instance_ip }}
- 
-[vms:vars]
-ansible_connection=ssh
-ansible_user=ubuntu
-ansible_ssh_private_key_file=ssh_key
\ No newline at end of file
diff --git a/monitoring/ssh_key.j2 b/monitoring/ssh_key.j2
deleted file mode 100644
index 1b9ad076e0fea507ee1cbf04472da28a893fc929..0000000000000000000000000000000000000000
--- a/monitoring/ssh_key.j2
+++ /dev/null
@@ -1 +0,0 @@
-{{ instance_server_private_key }}
\ No newline at end of file
diff --git a/nginx/config.yaml b/nginx/config.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8815d5886d12829ac1358e4d92b374729e908742
--- /dev/null
+++ b/nginx/config.yaml
@@ -0,0 +1,8 @@
+
+---
+input:
+  - instance_ip_nginx-host
+  - instance_server_private_key_user1
+output: []
+engine: ansible
+...
diff --git a/nginx/inventory.j2 b/nginx/inventory.j2
new file mode 100644
index 0000000000000000000000000000000000000000..b95b2c1b62b32c96567de07cb942b4482158a272
--- /dev/null
+++ b/nginx/inventory.j2
@@ -0,0 +1,9 @@
+
+
+[servers_for_nginx]
+{{ instance_ip_nginx-host }}
+
+[servers_for_nginx:vars]
+ansible_connection=ssh
+ansible_user=ubuntu
+ansible_ssh_private_key_file=ssh_key
diff --git a/ansible/main.yml b/nginx/nginx.yaml
similarity index 96%
rename from ansible/main.yml
rename to nginx/nginx.yaml
index cfd7c91b21127bb98d7f63b02108ad4e3263d1ad..7cd932f2da62f32f3cc506661acd5cb079605858 100644
--- a/ansible/main.yml
+++ b/nginx/nginx.yaml
@@ -1,5 +1,7 @@
+
+
 ---
-- hosts: all
+- hosts: servers_for_nginx
   gather_facts: no
   become: yes
   tasks:
@@ -39,3 +41,4 @@
       with_items:
         - /var/www/html/index.html
         - /usr/share/nginx/html/index.html
+
diff --git a/nginx/ssh_key.j2 b/nginx/ssh_key.j2
new file mode 100644
index 0000000000000000000000000000000000000000..1431f67c8cbc40dbb900c7a07be086c54ae196fe
--- /dev/null
+++ b/nginx/ssh_key.j2
@@ -0,0 +1 @@
+{{ instance_server_private_key_user1 }}
diff --git a/monitoring/ansible.cfg b/piacere_monitoring/ansible.cfg
similarity index 100%
rename from monitoring/ansible.cfg
rename to piacere_monitoring/ansible.cfg
diff --git a/monitoring/ansible_requirements.yml b/piacere_monitoring/ansible_requirements.yml
similarity index 100%
rename from monitoring/ansible_requirements.yml
rename to piacere_monitoring/ansible_requirements.yml
diff --git a/piacere_monitoring/config.yaml b/piacere_monitoring/config.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8815d5886d12829ac1358e4d92b374729e908742
--- /dev/null
+++ b/piacere_monitoring/config.yaml
@@ -0,0 +1,8 @@
+
+---
+input:
+  - instance_ip_nginx-host
+  - instance_server_private_key_user1
+output: []
+engine: ansible
+...
diff --git a/monitoring/hosts.yaml b/piacere_monitoring/hosts.yaml
similarity index 100%
rename from monitoring/hosts.yaml
rename to piacere_monitoring/hosts.yaml
diff --git a/monitoring/install_playbook_requirements.sh b/piacere_monitoring/install_playbook_requirements.sh
similarity index 100%
rename from monitoring/install_playbook_requirements.sh
rename to piacere_monitoring/install_playbook_requirements.sh
diff --git a/piacere_monitoring/inventory.j2 b/piacere_monitoring/inventory.j2
new file mode 100644
index 0000000000000000000000000000000000000000..2eaf2660367c17d52f3a287a33c12ae571df7ba4
--- /dev/null
+++ b/piacere_monitoring/inventory.j2
@@ -0,0 +1,9 @@
+
+
+[servers_for_piacere_monitoring]
+{{ instance_ip_nginx-host }}
+
+[servers_for_piacere_monitoring:vars]
+ansible_connection=ssh
+ansible_user=ubuntu
+ansible_ssh_private_key_file=ssh_key
diff --git a/monitoring/main.yml b/piacere_monitoring/main.yml
similarity index 100%
rename from monitoring/main.yml
rename to piacere_monitoring/main.yml
diff --git a/piacere_monitoring/piacere_monitoring.yaml b/piacere_monitoring/piacere_monitoring.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/piacere_monitoring/piacere_monitoring.yaml
@@ -0,0 +1 @@
+
diff --git a/monitoring/run-playbook.sh b/piacere_monitoring/run-playbook.sh
similarity index 100%
rename from monitoring/run-playbook.sh
rename to piacere_monitoring/run-playbook.sh
diff --git a/monitoring/site.yaml b/piacere_monitoring/site.yaml
similarity index 100%
rename from monitoring/site.yaml
rename to piacere_monitoring/site.yaml
diff --git a/monitoring/site_requirements.yaml b/piacere_monitoring/site_requirements.yaml
similarity index 100%
rename from monitoring/site_requirements.yaml
rename to piacere_monitoring/site_requirements.yaml
diff --git a/piacere_monitoring/ssh_key.j2 b/piacere_monitoring/ssh_key.j2
new file mode 100644
index 0000000000000000000000000000000000000000..1431f67c8cbc40dbb900c7a07be086c54ae196fe
--- /dev/null
+++ b/piacere_monitoring/ssh_key.j2
@@ -0,0 +1 @@
+{{ instance_server_private_key_user1 }}
diff --git a/monitoring/vars/main.yaml b/piacere_monitoring/vars/main.yaml
similarity index 100%
rename from monitoring/vars/main.yaml
rename to piacere_monitoring/vars/main.yaml
diff --git a/terraform/config.yaml b/terraform/config.yaml
index 3cadda98c5f9e98b9c0d4fb64d16c6402519755e..19fb5ea62d9c9dbf57bd65f1ef99426c0cb32a93 100644
--- a/terraform/config.yaml
+++ b/terraform/config.yaml
@@ -1,8 +1,16 @@
+
+
 ---
 engine: terraform
-input: []
+input:
+  - OS_USERNAME
+  - OS_PASSWORD
+  - OS_AUTH_URL
+  - OS_PROJECT_NAME
 output:
-  - instance_server_public_key
-  - instance_server_private_key
-  - instance_ip
+
+  - instance_server_public_key_user1
+  - instance_server_private_key_user1
+  - instance_ip_nginx-host
+
 ...
diff --git a/terraform/main.tf b/terraform/main.tf
index d5878b42f000e3608917ea13b8f34cb2951c7367..8bc7b13d22d86b466aa599f6c5be17d720f549f0 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -1,3 +1,5 @@
+
+
 terraform {
 required_version = ">= 0.14.0"
   required_providers {
@@ -18,77 +20,93 @@ data "openstack_networking_network_v2" "external" {
   name = "external"
 }
 
+
 # Create virtual machine
-resource "openstack_compute_instance_v2" "nginx" {
+resource "openstack_compute_instance_v2" "vm1" {
   name        = "nginx-host"
   image_name  = "Ubuntu-Focal-20.04-Daily-2022-04-19"
-  flavor_name = "łubuntu"
-  key_pair    = openstack_compute_keypair_v2.user_key.name
+  flavor_name = "łubuntu"
+  key_pair    = openstack_compute_keypair_v2.user1.name
   network {
-    port = openstack_networking_port_v2.nginx.id
+    port = openstack_networking_port_v2.net1.id
   }
 }
 
-# Create ssh keys
-resource "openstack_compute_keypair_v2" "user_key" {
-  name       = "user1"
-}
-
 # Create floating ip
-resource "openstack_networking_floatingip_v2" "nginx" {
+resource "openstack_networking_floatingip_v2" "vm1_floating_ip" {
   pool = "external"
-
+  # fixed_ip = ""
 }
 
 # Attach floating ip to instance
-resource "openstack_compute_floatingip_associate_v2" "nginx" {
-  floating_ip = openstack_networking_floatingip_v2.nginx.address
-  instance_id = openstack_compute_instance_v2.nginx.id
+resource "openstack_compute_floatingip_associate_v2" "vm1_floating_ip_association" {
+  floating_ip = openstack_networking_floatingip_v2.vm1_floating_ip.address
+  instance_id = openstack_compute_instance_v2.vm1.id
 }
 
+
+
 ## Network
 
 # Create Network
-resource "openstack_networking_network_v2" "generic" {
-  name = " "
+resource "openstack_networking_network_v2" "net1" {
+  name = "concrete_net"
 }
 
 # Create Subnet
-resource "openstack_networking_subnet_v2" "nginx" {
-  name            = "subnet-nginx"
-  network_id      = openstack_networking_network_v2.generic.id
+resource "openstack_networking_subnet_v2" "net1_subnet" {
+  name            = "concrete_net_subnet"
+  network_id      = openstack_networking_network_v2.net1.id
   cidr            = "16.0.0.0/24"
   dns_nameservers = ["8.8.8.8", "8.8.8.4"]
 }
 
 # Attach networking port
-resource "openstack_networking_port_v2" "nginx" {
-  name           = "nginx"
-  network_id     = openstack_networking_network_v2.generic.id
+resource "openstack_networking_port_v2" "net1" {
+  name           = "concrete_net"
+  network_id     = openstack_networking_network_v2.net1.id
   admin_state_up = true
   security_group_ids = [
-    resource.openstack_compute_secgroup_v2.ssh.id,
-    resource.openstack_compute_secgroup_v2.http.id,
+  openstack_compute_secgroup_v2.icmp.id,
+  openstack_compute_secgroup_v2.http.id,
+  openstack_compute_secgroup_v2.https.id,
+  openstack_compute_secgroup_v2.ssh.id,
+  
   ]
   fixed_ip {
-    subnet_id = openstack_networking_subnet_v2.nginx.id
+    subnet_id = openstack_networking_subnet_v2.net1_subnet.id
   }
 }
 
-# Router creation. UUID external gateway
-resource "openstack_networking_router_v2" "generic" {
-  name                = "router-generic"
+# Create router
+resource "openstack_networking_router_v2" "net1_router" {
+  name                = "net1_router"
   external_network_id = data.openstack_networking_network_v2.external.id    #External network id
 }
 # Router interface configuration
-resource "openstack_networking_router_interface_v2" "nginx" {
-  router_id = openstack_networking_router_v2.generic.id
-  subnet_id = openstack_networking_subnet_v2.nginx.id
+resource "openstack_networking_router_interface_v2" "net1_router_interface" {
+  router_id = openstack_networking_router_v2.net1_router.id
+  subnet_id = openstack_networking_subnet_v2.net1_subnet.id
 }
 
+
+
+# CREATING SECURITY_GROUP
+  
+resource "openstack_compute_secgroup_v2" "icmp" {
+  name        = "icmp"
+  description  = "Security group rule for port -1"
+  rule {
+    from_port   = -1
+    to_port     = -1
+    ip_protocol = "icmp"
+    cidr        = "0.0.0.0/0"
+  }
+}
+ 
 resource "openstack_compute_secgroup_v2" "http" {
   name        = "http"
-  description = "Open input http port"
+  description  = "Security group rule for port 80"
   rule {
     from_port   = 80
     to_port     = 80
@@ -96,10 +114,21 @@ resource "openstack_compute_secgroup_v2" "http" {
     cidr        = "0.0.0.0/0"
   }
 }
-
+ 
+resource "openstack_compute_secgroup_v2" "https" {
+  name        = "https"
+  description  = "Security group rule for port 443"
+  rule {
+    from_port   = 443
+    to_port     = 443
+    ip_protocol = "tcp"
+    cidr        = "0.0.0.0/0"
+  }
+}
+ 
 resource "openstack_compute_secgroup_v2" "ssh" {
   name        = "ssh"
-  description = "Open input ssh port"
+  description  = "Security group rule for port 22"
   rule {
     from_port   = 22
     to_port     = 22
@@ -107,3 +136,13 @@ resource "openstack_compute_secgroup_v2" "ssh" {
     cidr        = "0.0.0.0/0"
   }
 }
+
+
+
+
+# Create ssh keys
+resource "openstack_compute_keypair_v2" "user1" {
+  name       = ""
+  # public_key = ""
+}
+
diff --git a/terraform/output.tf b/terraform/output.tf
index c04554d815f6c58111b6ef18b6792920c37cba73..df684959ad6aac32b01563c3f6ce9cc794431de4 100644
--- a/terraform/output.tf
+++ b/terraform/output.tf
@@ -1,11 +1,14 @@
-output "instance_server_public_key" {
-  value = openstack_compute_keypair_v2.user_key.public_key
+
+
+output "instance_server_public_key_user1" {
+  value = openstack_compute_keypair_v2.user1.public_key
+}
+
+output "instance_server_private_key_user1" {
+  value = openstack_compute_keypair_v2.user1.private_key
 }
 
-output "instance_server_private_key" {
-  value = openstack_compute_keypair_v2.user_key.private_key
+output "instance_ip_nginx-host" {
+  value = openstack_compute_floatingip_associate_v2.vm1_floating_ip_association.floating_ip
 }
 
-output "instance_ip" {
-  value = openstack_compute_floatingip_associate_v2.nginx.floating_ip
-}
\ No newline at end of file