got it running, added net, pf and jail roles
This commit is contained in:
19
bak/roles/server/tasks/main.yaml
Normal file
19
bak/roles/server/tasks/main.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# - name: Create server
|
||||
# hcloud_server:
|
||||
# api_token: "{{ hcloud_token }}"
|
||||
# name: "{{ hostname }}"
|
||||
# server_type: "{{ type }}"
|
||||
# image: "{{ image }}"
|
||||
# location: ash
|
||||
# enable_ipv4: false
|
||||
# state: present
|
||||
# register: server
|
||||
|
||||
- command: which python
|
||||
register: result
|
||||
|
||||
# - name: Install Packages
|
||||
# community.general.pkgng:
|
||||
# state: present
|
||||
# name: "{{ packages }}"
|
||||
Reference in New Issue
Block a user