Init new web server on Linode
I'll terraform it later, honest!
This commit is contained in:
parent
08bb8f22ca
commit
e1dd6c4c05
3 changed files with 20 additions and 0 deletions
|
@ -147,3 +147,21 @@ wireguard:
|
|||
6534636665396639660a656339653164666662393064356436336138396534643139623437343333
|
||||
66366464363631623363616362326238336261396134383762643662353636393436303435343362
|
||||
6431323863386632633035306434636338306166633966326239
|
||||
grimes:
|
||||
ip: 10.23.0.3
|
||||
public_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
33366534626365633565643535316364323833343838343565393630623835613364653332383132
|
||||
3534343731326435326631306233643030313332623764650a643130313366326431333630396231
|
||||
34393037323366366364303365396538333638653439356430386633373337376630313539393938
|
||||
6532333464353133650a323161303866323433393531366136613833363866376165653530653466
|
||||
33383361623838343331313836356430386134323362383263336337613734323764653536346235
|
||||
3631616364313539633733616339626136346663396261303066
|
||||
private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65376264613431383537373762643730356331383631646162326466656633333936636135383361
|
||||
6337353231646237316538346130393264636637336639620a336266656431363639613032663464
|
||||
66623462636431326664656335653835303033653234336536623634323538613934633531353032
|
||||
6637366330636561650a333162343039326466666536336536386332626563323739383964393237
|
||||
32663861666162646232333333636366636461616265393738336631376234336461326134363430
|
||||
3863323435343963353161653936323837633837613733646263
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
casey
|
||||
intersect
|
||||
walker
|
||||
grimes
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
- hosts:
|
||||
- intersect
|
||||
- walker
|
||||
- grimes
|
||||
roles:
|
||||
- role: geerlingguy.docker
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue