Skip to content

Instantly share code, notes, and snippets.

@naa0yama
Created September 19, 2017 10:40
Show Gist options
  • Save naa0yama/a1a69962dc24a56b78ee0f4ffa9aa8fe to your computer and use it in GitHub Desktop.
Save naa0yama/a1a69962dc24a56b78ee0f4ffa9aa8fe to your computer and use it in GitHub Desktop.
RancherOS cloud-config.yml メモ ref: http://qiita.com/FoxBoxsnet/items/cf02c62e5f402fc4a835
#cloud-config
rancher:
network:
http_proxy: https://myproxy.example.com
https_proxy: https://myproxy.example.com
no_proxy: localhost,127.0.0.1
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAA...ZZZ example1@rancher
- ssh-rsa BBB...ZZZ example2@rancher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment