Skip to content

Instantly share code, notes, and snippets.

@maintainer64
Created October 28, 2023 08:50
Show Gist options
  • Save maintainer64/54888041e43e28c3942283002534dcd8 to your computer and use it in GitHub Desktop.
Save maintainer64/54888041e43e28c3942283002534dcd8 to your computer and use it in GitHub Desktop.
# Content /opt/libs/all.yaml
include:
- 'execute_telnet.yaml'
- 'scripts_get_ip.yaml'
- 'scripts_ping_ip.yaml'
# Content /opt/libs/scripts_get_ip.yaml
include:
- 'execute_telnet.yaml'
.scripts_get_ip:
...
# Content /opt/libs/scripts_ping_ip.yaml
include:
- 'execute_telnet.yaml'
.scripts_ping_ip:
...
# Content /opt/libs/execute_telnet.yaml
.execute_telnet:
...
# Contant Test.yaml
include:
- '/opt/libs/all.yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment