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

Additional provisioning formats beyond shell scripts #2282

Open
afbjorklund opened this issue Apr 15, 2024 · 0 comments · May be fixed by #2283
Open

Additional provisioning formats beyond shell scripts #2282

afbjorklund opened this issue Apr 15, 2024 · 0 comments · May be fixed by #2283

Comments

@afbjorklund
Copy link
Contributor

afbjorklund commented Apr 15, 2024

Description

Currently we are using shell scripts, for the standard provisioning

It could also be useful to support other means, such as Ansible?

provision:
- mode: ansible
  playbook: playbook.yaml

It would create an inventory, and then call ansible-playbook

  • Host ("control node") requirements: Ansible

  • Guest ("managed node") requirements: Python

See also:

╭─────────╮
⟨ ansible ⟩
╰─────────╯
        ╲   ^__^
         ╲  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant