@@ -2049,7 +2049,7 @@ The 5g_ran.yml ensures the following tasks:
args:
chdir: /5g/oai-nr-ue
```
## 2.2 5g_dep
## 5g_dep
This YAML defines an Ansible playbook named "deploy 5g" with the following characteristics:
- **name**: "deploy 5g" - This is the name given to the playbook, describing its purpose, which is to deploy a 5G network.
- **hosts**: "masters" - This specifies the group of hosts (servers or machines) on which the playbook will be executed. In this case, it targets the group named "masters", indicating that the tasks in the playbook will run on those hosts.
...
...
@@ -2067,8 +2067,7 @@ This inventory file is the same one utilized in the Kubernetes deployment. It en
## Ansible Playbook Structure for FlexRIC Deployment