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

Allow for different _bootstrap_target sizes #30

Closed
pward123 opened this issue Jul 31, 2020 · 2 comments
Closed

Allow for different _bootstrap_target sizes #30

pward123 opened this issue Jul 31, 2020 · 2 comments

Comments

@pward123
Copy link

I was trying to use this rule to bootstrap an xubuntu workstation and had to increase the size of the _bootstrap_target here.
https://github.com/nilsmeyer/ansible-debootstrap/blob/master/tasks/bootstrap.yml#L16

It would be nice if this was exposed as a variable.

Really nice rule btw. I was going to roll my own, but it would have taken me forever and not been as good as what you've put together. Thanks!

@nilsmeyer
Copy link
Owner

nilsmeyer commented Jul 31, 2020

Thank you for your kind words. As a workaround you can disable using a temporary filesystem, this is mostly for systems with a lot of RAM but a slow disk (or a disk with very few write cycles). Setting use_tmpfs: false should do this.

@pward123
Copy link
Author

that'll work. thanks for the quick reply

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

No branches or pull requests

2 participants