20 lines
411 B
YAML

---
# - 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 }}"