1
0
Fork 0
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:
Daniele Fognini 2025-03-21 14:05:03 +01:00 committed by GitHub
parent 303cdeda74
commit 4534cf6b9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 68 additions and 23 deletions

View file

@ -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