Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webknjaz/ansible-gentoo-laptop
One ring to rule them all machine provisioner for Lenovo P50, Lenovo P1 Gen 2 and Lenovo P16v Gen 1
https://github.com/webknjaz/ansible-gentoo-laptop
ansible ansible-playbook ansible-playbook-bundles ansible-playbooks ansible-plays config-management lenovo lenovo-p50 thinkpad thinkpad-p16v thinkpad-p50
Last synced: 14 days ago
JSON representation
One ring to rule them all machine provisioner for Lenovo P50, Lenovo P1 Gen 2 and Lenovo P16v Gen 1
- Host: GitHub
- URL: https://github.com/webknjaz/ansible-gentoo-laptop
- Owner: webknjaz
- License: mit
- Created: 2018-02-17T16:36:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:26:30.000Z (25 days ago)
- Last Synced: 2024-10-21T14:59:15.792Z (24 days ago)
- Topics: ansible, ansible-playbook, ansible-playbook-bundles, ansible-playbooks, ansible-plays, config-management, lenovo, lenovo-p50, thinkpad, thinkpad-p16v, thinkpad-p50
- Language: Python
- Homepage:
- Size: 1.37 MB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.com/webknjaz/ansible-gentoo-laptop.svg?branch=master
:target: https://travis-ci.com/webknjaz/ansible-gentoo-laptopansible-gentoo-laptop
=====================Merge apps::
ansible-playbook -i hosts --connection=local install-apps.yml
Rebuild world::
ansible-playbook -i hosts --connection=local rebuild-world.yml
Configure userspace stuff::
ansible-playbook -i hosts --connection=local configure-userspace.yml
Prerequisites
-------------Before using, make sure you have ``kbfs`` running::
kbfsfuse
Notes
-----* Lenovo P50 can only output video to either internal (built-in) laptop display
or external ones if graphics mode is Hybrid and proprietary NVidia drivers
are being used. So to make it work thoughout all available displays, disable
it in BIOS by selecting Discrete mode.
Also, open source nouveau drivers seem to handle this better (i.e. work in
Hybrid mode).* When using dock station with Lenovo P50, make sure to plug one external
display to the station's Display Port and plug the other one to the direct
HDMI output in the laptop itself. Two external displays connected to the
dock station don't work.