Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support authorized users field in Instance #627

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

ezilber-akamai
Copy link
Contributor

📝 Description

Added support for the authorized users field on the instance module

@ezilber-akamai ezilber-akamai requested a review from a team as a code owner November 22, 2024 20:09
@ezilber-akamai ezilber-akamai requested review from zliang-akamai and yec-akamai and removed request for a team November 22, 2024 20:09
@ezilber-akamai
Copy link
Contributor Author

Doc validation error should be fixed by #625

@ezilber-akamai ezilber-akamai added the improvement for improvements in existing functionality in the changelog. label Nov 26, 2024
Copy link
Member

@zliang-akamai zliang-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfectly, for the second reviewer, you can try this playbook.

---
- name: Create a Linode instance
  hosts: localhost
  gather_facts: no
  tasks:
    - name: Create a new Linode instance.
      linode.cloud.instance:
        label: my-linode
        type: g6-nanode-1
        swap_size: 2048
        region: us-mia
        image: linode/ubuntu24.04
        root_pass: wef[3iroeghvlefrhgouvferwdjiopfjhewouihfjpwe!!!
        authorized_users:
          - your_username
        state: present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement for improvements in existing functionality in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants