Created
January 27, 2018 03:15
-
-
Save jamesbeedy/bc7ee5dc0fbe28629aaca88470c92bbb to your computer and use it in GitHub Desktop.
aset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instance-id: maas-region-controller-00 | |
local-hostname: maas-region-controller-00 | |
public-keys: | |
- ssh-key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: 1 | |
config: | |
- type: physical | |
name: ens3 | |
mac_address: 00:60:2F:38:55:06 | |
subnets: | |
- type: static | |
address: 10.10.0.113 | |
netmask: 255.255.0.0 | |
gateway: 10.10.0.1 | |
netmask: 255.255.0.0 | |
dns_nameservers: | |
- 8.8.8.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
password: mysecret | |
chpasswd: { expire: False } | |
ssh_pwauth: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment