24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
---
|
|
- name: Create BSDNIX Servers
|
|
hosts: all
|
|
connection: local
|
|
gather_facts: False
|
|
user: root
|
|
vars:
|
|
# generated with:
|
|
# echo -n $(hcloud config get token --allow-sensitive) \
|
|
# | ansible-vault encrypt_string --stdin-name hcloud_token
|
|
hcloud_token: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
64393765623232326566303864653934396432613235626330326335383332623437396163336432
|
|
3035386161376333386334653863323933393366636537300a666338373539633566336230353362
|
|
66653331663364346137383637666332333565373138646533313339323034353833383832336261
|
|
3665656264356165300a636633366166363261663663336664653832646666313936396665356132
|
|
37373235623735633266353963666364363461303939343532636131643164333930343434336366
|
|
36346235336561386237323931333435343461336239323435356634333439303765313663656231
|
|
65313964306535376236613635346363376235363330303962353365383537616139393965646563
|
|
37356465653663373362
|
|
roles:
|
|
- role: server
|
|
|