$ cat /etc/r10k.yaml# The location to use for storing cached Git repos
:cachedir: '/var/cache/r10k'
# A list of git repositories to create
:sources:
# This will clone the git repository and instantiate an environment per| #!/bin/bash | |
| # nscheck | |
| # Author: John Bartko <[email protected]> | |
| NS1=$(grep nameserver /etc/resolv.conf | head -n 1 | awk '{print $2}') | |
| NS2='8.8.8.8' | |
| DIG=/usr/bin/dig | |
| DIGOPTS='+noall +answer ' |
$ cat /etc/r10k.yaml# The location to use for storing cached Git repos
:cachedir: '/var/cache/r10k'
# A list of git repositories to create
:sources:
# This will clone the git repository and instantiate an environment per