We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defining a volume like so:
- name: Create volume hetzner.hcloud.volume: name: "{{ item.name }}" size: 10 location: fsn1 labels: managed-by: seed loop: "{{ volumes }}"
And attaching it to a server during the server creation:
- name: Create server hetzner.hcloud.server: name: "{{ item.name }}" server_type: cx11 image: debian-12 location: fsn1 volumes: "{{ item.volumes }}" labels: managed-by: seed loop: "{{ servers }}"
On the next run, the volume will be unassigned from the server, as the volume args does not define the server argument.
server
volume
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.
Sorry, something went wrong.
jooola
No branches or pull requests
SUMMARY
Defining a volume like so:
And attaching it to a server during the server creation:
On the next run, the volume will be unassigned from the server, as the volume args does not define the
server
argument.ISSUE TYPE
COMPONENT NAME
volume
The text was updated successfully, but these errors were encountered: