Ansible Playbooks
Ansible Playbooks
- hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Provision a set of instances
ionoscloudsdk.ionoscloud.server:
datacenter: Example
name: server%02d
auto_increment: true
count: 2
cores: 4
ram: 4096
image: 25cfc4fd-fe2f-11e6-afc5-525400f64d8d
image_password: secretpassword
location: us/las
assign_public_ip: true
remove_boot_volume: true
state: present
register: ionosExecute a Playbook
Last updated
