# Ansible playbook to configure aether compute nodes | |
# In specific, NUCs connected to USRPs | |
# To be used in SD-RAN deployments: | |
# White-box eNB and UE (OAI) helm charts | |
- name: Configure aether (USRP) compute nodes | |
hosts: aetherusrp | |
become: true | |
roles: | |
- netprep | |
- users | |
- docker | |
- usrp |