got it running, added net, pf and jail roles

This commit is contained in:
2024-11-08 20:08:56 +01:00
parent a5ab199dc8
commit 9c4b80cb5b
22 changed files with 229 additions and 16 deletions

View File

@@ -1,11 +1,9 @@
---
- name: Create server
hcloud_server:
api_token: "{{ hcloud_token }}"
name: "{{ hostname }}"
server_type: "{{ type }}"
image: "{{ image }}"
location: ash
enable_ipv4: false
- name: Install Packages
community.general.pkgng:
state: present
register: server
name: "{{ packages }}"
- command: which cpdup
register: result