An open API service indexing awesome lists of open source software.

https://github.com/thenets/study-receptor


https://github.com/thenets/study-receptor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# study-receptor

Docs and experiments with [ansible/receptor](https://github.com/ansible/receptor)

```yaml
- me:
name: Luiz
internet: True
ip: 168.45.90.3

- network-public:
name: public
internet: True
ip: 192.168.0.0/16

- network-private:
name: private
internet: True
ip: 192.168.5.0/16

- network-airgap:
name: airgap
internet: False
ip: 192.168.10.0/16
```