bugfix: assure servers are started after provisioning

master
Sven Ketelsen 4 years ago
parent 3192535bb2
commit c28f5cdfe8

@ -53,6 +53,11 @@
- role: hcloud - role: hcloud
when: "'hcloud' in group_names" when: "'hcloud' in group_names"
- role: hetzner-state
vars:
hetzner_state: 'started'
when: "'hcloud' in group_names"
- name: 'Apply setup to {{ host | default("all") }}' - name: 'Apply setup to {{ host | default("all") }}'
hosts: '{{ host | default("all") }}' hosts: '{{ host | default("all") }}'
serial: "{{ serial_number | default(1) }}" serial: "{{ serial_number | default(1) }}"

Loading…
Cancel
Save