robertdebock / ansible-role-bootstrap

Prepare your system to be managed by Ansible.
https://robertdebock.nl/
Apache License 2.0
200 stars 57 forks source link

Refactored bootstrap role #38

Closed rembik closed 4 years ago

rembik commented 4 years ago

name: Pull request about: Describe the proposed change


Describe the change Use generic lookup for bootstrap facts. Use generic install packages. Added bootstrap_ansible_user fact for use in depended roles.

Testing Tested via TravisCI.

rembik commented 4 years ago

Fixed the paste error. Sorry for that.

robertdebock commented 4 years ago

Wow, that's quite a big change, thanks a lot @rembik! I'll merge, test a little more locally and release later.

Thanks for reducing the amount of code and simplifying everything!