mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
feat: add new created state for idempotent server creation (#606)
##### SUMMARY Add a new state for server creation without immediate start, to allow idempotent network customization before starting ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME server --------- Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
303cdeda74
commit
4534cf6b9d
16 changed files with 68 additions and 23 deletions
|
|
@ -32,7 +32,7 @@
|
|||
image: debian-12
|
||||
enable_ipv4: false
|
||||
enable_ipv6: false
|
||||
state: stopped # A server without networking cannot be started!
|
||||
state: created # A server without networking cannot be started!
|
||||
loop: "{{ servers }}"
|
||||
|
||||
- name: Attach private IP to servers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue