Skip to content
Snippets Groups Projects
Commit ca355884 authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

Revert removal of invalid characters from groups

parent 67781231
No related branches found
Tags 201909092044
No related merge requests found
---
- hosts: hamlib_utils
- hosts: hamlib-utils
roles:
- role: common
tags:
......
......@@ -6,16 +6,16 @@ all:
ansible_user: 'pi'
ansible_ssh_pass: 'raspberry'
ansible_ssh_pipelining: true
satnogs_setups:
satnogs-setups:
hosts:
satnogs:
satnogs_radios:
satnogs-radios:
hosts:
satnogs:
hamlib_utils:
hamlib-utils:
hosts:
satnogs:
satnogs_clients:
satnogs-clients:
hosts:
satnogs:
snmpds:
......
......@@ -4,16 +4,16 @@ all:
localhost:
ansible_connection: 'local'
ansible_python_interpreter: '{{ ansible_playbook_python }}'
satnogs_setups:
satnogs-setups:
hosts:
localhost:
satnogs_radios:
satnogs-radios:
hosts:
localhost:
hamlib_utils:
hamlib-utils:
hosts:
localhost:
satnogs_clients:
satnogs-clients:
hosts:
localhost:
snmpds:
......
---
- hosts: satnogs_clients
- hosts: satnogs-clients
roles:
- role: common
tags:
......
---
- hosts: satnogs_radios
- hosts: satnogs-radios
roles:
- role: common
tags:
......
---
- hosts: satnogs_setups
- hosts: satnogs-setups
roles:
- role: common
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment