├── README.md ├── db.192.168.1 ├── db.okd.local ├── haproxy.cfg ├── htpasswd_provider.yaml ├── install-config.yaml ├── named.conf ├── named.conf.local └── registry_pv.yaml /README.md: -------------------------------------------------------------------------------- 1 | # okd4_files 2 | -------------------------------------------------------------------------------- /db.192.168.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/db.192.168.1 -------------------------------------------------------------------------------- /db.okd.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/db.okd.local -------------------------------------------------------------------------------- /haproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/haproxy.cfg -------------------------------------------------------------------------------- /htpasswd_provider.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/htpasswd_provider.yaml -------------------------------------------------------------------------------- /install-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/install-config.yaml -------------------------------------------------------------------------------- /named.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/named.conf -------------------------------------------------------------------------------- /named.conf.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/named.conf.local -------------------------------------------------------------------------------- /registry_pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cragr/okd4_files/HEAD/registry_pv.yaml --------------------------------------------------------------------------------