Wei-Yu Chen | dda7817 | 2021-07-15 23:18:57 +0800 | [diff] [blame] | 1 | --- |
Raphael Vicente Rosa | bf8320b | 2021-03-18 15:16:37 -0300 | [diff] [blame] | 2 | # Ansible playbook to configure aether compute nodes |
3 | # In specific, NUCs connected to USRPs | ||||
4 | # To be used in SD-RAN deployments: | ||||
5 | # White-box eNB and UE (OAI) helm charts | ||||
6 | |||||
7 | - name: Configure aether (USRP) compute nodes | ||||
8 | hosts: aetherusrp | ||||
9 | become: true | ||||
10 | roles: | ||||
11 | - netprep | ||||
12 | - users | ||||
13 | - docker | ||||
14 | - usrp |