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

Add support for cloud-init for each Linux distribution #691

Closed
1 task done
tenthirtyam opened this issue Sep 23, 2023 · 4 comments · Fixed by #897, #895, #888, #883 or #891
Closed
1 task done

Add support for cloud-init for each Linux distribution #691

tenthirtyam opened this issue Sep 23, 2023 · 4 comments · Fixed by #897, #895, #888, #883 or #891
Assignees
Labels
size/m Medium type/enhancement Enhancement
Milestone

Comments

@tenthirtyam
Copy link
Contributor

tenthirtyam commented Sep 23, 2023

Code of Conduct

  • I have read and agree to the project's Code of Conduct.

Description

Add support for cloud-init for each Linux distribution, where applicable, by default with an option for guest tools override.

Note: Not all may support the cloud-init release with the VMware datasource.

Use Case(s)

Add support for cloud-init for each Linux distribution, where applicable, by default with an option for guest tools override.

Potential Configuration

- name: Configuring cloud-init.
  become: true
  tasks:
    - name: Add cloud-init configuration
      copy:
        content: |
          disable_vmware_customization: false
          datasource:
            VMware:
              vmware_cust_file_max_wait: 20
        dest: /etc/cloud/cloud.cfg.d/99-vmware-guest-customization.cfg

    - name: Enable SSH password authentication in cloud-init configuration.
      lineinfile:
        path: /etc/cloud/cloud.cfg
        regexp: '^ssh_pwauth:'
        line: 'ssh_pwauth: 1'

However, dependent on the OS.

References

No response

@tenthirtyam tenthirtyam added type/enhancement Enhancement community/good-first-issue Community: Good First Issue labels Sep 23, 2023
@tenthirtyam tenthirtyam added this to the Backlog milestone Sep 23, 2023
@tenthirtyam tenthirtyam removed the community/good-first-issue Community: Good First Issue label Sep 24, 2023
@tenthirtyam tenthirtyam self-assigned this Sep 24, 2023
@github-actions github-actions bot added the status/stale Stale label Nov 24, 2023
@tenthirtyam tenthirtyam removed the status/stale Stale label Dec 14, 2023
@github-actions github-actions bot added the status/stale Stale label Feb 13, 2024
@tenthirtyam tenthirtyam removed the status/stale Stale label Feb 22, 2024
@tenthirtyam tenthirtyam modified the milestones: Backlog, .Next Mar 28, 2024
@tenthirtyam tenthirtyam added the size/m Medium label Mar 29, 2024
@tenthirtyam tenthirtyam modified the milestones: .0.19.0, 0.20.0 Apr 6, 2024
@burnsjared0415
Copy link
Contributor

will pick

@vmware-samples vmware-samples deleted a comment from github-actions bot Apr 16, 2024
@vmware-samples vmware-samples deleted a comment from github-actions bot Apr 16, 2024
@tenthirtyam tenthirtyam reopened this Apr 23, 2024
@tenthirtyam tenthirtyam linked a pull request Apr 23, 2024 that will close this issue
10 tasks
@tenthirtyam tenthirtyam linked a pull request Apr 23, 2024 that will close this issue
10 tasks
@tenthirtyam tenthirtyam reopened this Apr 23, 2024
@tenthirtyam tenthirtyam linked a pull request Apr 23, 2024 that will close this issue
10 tasks
@tenthirtyam tenthirtyam reopened this Apr 23, 2024
@tenthirtyam tenthirtyam linked a pull request Apr 23, 2024 that will close this issue
10 tasks
@tenthirtyam tenthirtyam reopened this Apr 23, 2024
@tenthirtyam
Copy link
Contributor Author

Completed for the next release!

Copy link

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.