On this page
scaleway_compute - Scaleway compute management module
New in version 2.6.
Synopsis
- This module manages compute instances on Scaleway.
 
Parameters
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| commercial_type  
        required
         | 
      
       
  | 
      
        
        Commercial name of the compute node
         | 
     
| enable_ipv6  
        bool
         | 
      
       
  | 
      
        
        Enable public IPv6 connectivity on the instance
         | 
     
| image  
        required
         | 
      
        
        Image identifier used to start the instance with
         | 
     |
| name | 
        
        Name of the instance
         | 
     |
| oauth_token  
        required
         | 
      
        
        Scaleway OAuth token.
         | 
     |
| organization  
        required
         | 
      
        
        Organization identifier
         | 
     |
| region  
        required
         | 
      
       
  | 
      
        
        Scaleway compute zone
         | 
     
| state | 
       
  | 
      
        
        Indicate desired state of the instance.
         | 
     
| tags | Default: 
        []
         | 
      
        
        List of tags to apply to the instance (5 max)
         | 
     
| timeout | Default: 
        30
         | 
      
        
        Timeout for API calls
         | 
     
| wait  
        bool
         | 
      
       
  | 
      
        
        Wait for the instance to reach its desired state before returning.
         | 
     
| wait_sleep_time | Default: 
        3
         | 
      
        
        Time to wait before every attempt to check the state of the server
         | 
     
| wait_timeout | Default: 
        300
         | 
      
        
        Time to wait for the server to reach the expected state
         | 
     
Examples
- name: Create a server
  scaleway_compute:
    name: foobar
    state: present
    image: 89ee4018-f8c3-4dc4-a6b5-bca14f985ebe
    organization: 951df375-e094-4d26-97c1-ba548eeb9c42
    region: ams1
    commercial_type: VC1S
    tags:
      - test
      - www
- name: Destroy it right after
  scaleway_compute:
    name: foobar
    state: absent
    image: 89ee4018-f8c3-4dc4-a6b5-bca14f985ebe
    organization: 951df375-e094-4d26-97c1-ba548eeb9c42
    region: ams1
    commercial_type: VC1S
  Status
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author
- Remy Leone (@sieben)
 
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
 https://docs.ansible.com/ansible/2.6/modules/scaleway_compute_module.html