Sha256: 9c81e05f035a32e7e434d00af45ed9ed91b98e3846d8fa9dd18f01c12413a8ad
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
default: user: ubuntu etcd: url: http://etcd.example.com:2379 maas: key: K:E:Y url: http://maas.example.com/MAAS/api/2.0 lxd: url: https://lxd.example.com:8443 name: REMOTE_NAME default_alias: ubuntu-16.04 profiles: - my_favorite_bridge libvirt: url: qemu+ssh://WHOAMI@kvm.example.com/system chef: chef_repo_root: /SOMEWHERE/CHEF_REPO bootstrap: install_script: libvirt: http://chef.example.com/install_chef_script.sh lxd: http://chef.example.com/install_chef_script_for_lxd.sh # To configure LXD remote # lxc remote add host_name host_fqdn --accept-certificate # i.e) lxc remote add lxd lxd.example.com --accept-certificate # # To make sure libvirt connection via ssh available # ssh-keygen -t rsa # ssh-copy-id WHOAMI@kvm.example.com # i.e) ssh-copy-id ubuntu@kvm.example.com
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gogetit-0.2.1 | lib/sample_conf/gogetit.yml |
gogetit-0.2.0 | lib/sample_conf/gogetit.yml |