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

Refactor microk8s playbook to follow "new" structure #1264

Merged
merged 7 commits into from
Oct 12, 2023

Conversation

Chickensoupwithrice
Copy link
Contributor

  • Integrates with btrix/deploy role for deploying
  • Seperated RedHat and Debian into seperate roles
  • Created Common role

Tested on DO Debian 12 box with the following command:

ansible-playbook -i inventory/microk8s/hosts.ini install_microk8s.yml -e host_ip="127.0.0.1" -e domain_name="test.browsertrix.cloud" -e your_user="root"

- Integrates with btrix/deploy role for deploying
- Seperated RedHat and Debian into seperate roles
- Created Common role

Tested on DO Debian 12 box

your_user: root # if your cloud provide uses another user change this
browsertrix_cloud_home: "/opt/browsertrix-cloud"
microk8s_user_home: "/home/{{ microk8s_user }}"
Copy link
Member

Choose a reason for hiding this comment

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

should this be ansible_user to match the changes in the other main.yml?

Chickensoupwithrice and others added 6 commits October 10, 2023 21:20
- allow running remotely by default
- use 'browsertrix_cloud_home' for charts path
- add additional customizable options to btrix_values.j2 (todo: unify all the templates)
- docs: update to new playbook path
@ikreymer ikreymer merged commit 834fa72 into main Oct 12, 2023
@ikreymer ikreymer deleted the ansible-microk8s-reformat branch October 12, 2023 02:33
tw4l pushed a commit that referenced this pull request Oct 12, 2023
* Refactor microk8s playbook to follow structure with shared roles

- Integrates with btrix/deploy role for deploying
- Seperated RedHat and Debian into seperate roles
- Created Common role

- allow running remotely by default
- use 'browsertrix_cloud_home' for charts path
- add additional customizable options to btrix_values.j2 (todo: unify all the templates)
- docs: update to new playbook path

---------
Co-authored-by: Ilya Kreymer <[email protected]>
ikreymer added a commit that referenced this pull request Oct 17, 2023
follow-up to #1264: 
- microk8s: move default inventory vars role defaults
- microk8s: improve debugging of template output
- do: move teardown tasks to new role
tw4l pushed a commit that referenced this pull request Oct 18, 2023
* Refactor microk8s playbook to follow structure with shared roles

- Integrates with btrix/deploy role for deploying
- Seperated RedHat and Debian into seperate roles
- Created Common role

- allow running remotely by default
- use 'browsertrix_cloud_home' for charts path
- add additional customizable options to btrix_values.j2 (todo: unify all the templates)
- docs: update to new playbook path

---------
Co-authored-by: Ilya Kreymer <[email protected]>
tw4l pushed a commit that referenced this pull request Oct 18, 2023
follow-up to #1264: 
- microk8s: move default inventory vars role defaults
- microk8s: improve debugging of template output
- do: move teardown tasks to new role
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 this pull request may close these issues.

2 participants