lmn-client/cloudbox.yml
2019-03-30 18:51:27 +03:00

20 lines
468 B
YAML

---
# This playbook deploys the cloudbox on a minimal installation.
- name: apply configuration to the cloudbox
hosts: cloudboxes
remote_user: ansible
become: yes
vars:
if_lan: "enp1s0"
ipaddr: "192.168.2.50/24"
gateway: "192.168.2.1"
DNS: "192.168.2.1"
ddns_domain: "something.ddnss.de"
ddns_updkey: "138638.some.key.here.635620"
roles:
- up2date-debian
- systemd-networkd
- web-server
- ddns-update
- low-power