https://github.com/thenets/study-receptor
https://github.com/thenets/study-receptor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/study-receptor
- Owner: thenets
- Created: 2021-07-01T15:53:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T18:16:08.000Z (almost 5 years ago)
- Last Synced: 2025-10-08T23:35:18.714Z (8 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```