Skip to content

Instantly share code, notes, and snippets.

@vmorris
Created August 10, 2021 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmorris/0f39b7be91dc0a37562a5696f085e682 to your computer and use it in GitHub Desktop.
Save vmorris/0f39b7be91dc0a37562a5696f085e682 to your computer and use it in GitHub Desktop.
- name: Create Services Server
openstack.cloud.server:
name: services
state: present
cloud: ocp1
flavor: m1.medium
key_name: vance
nics:
- net-name: vlan10-network
- v4-fixed-ip: 172.20.10.3
boot_volume: services-volume
register: services_server_result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment