Various tweaks to get Gentoo to work
This commit is contained in:
parent
21c1b1254e
commit
1b731d0825
@ -5,6 +5,9 @@ all:
|
||||
children:
|
||||
desktop:
|
||||
hosts:
|
||||
gentoo:
|
||||
ansible_host: 192.168.122.239
|
||||
ansible_python_interpreter: python3.8
|
||||
dsk-cstm-0.desu.ltd:
|
||||
lap-s76-lemp9-0.desu.ltd:
|
||||
db:
|
||||
|
@ -6,6 +6,7 @@
|
||||
become_user: ansible
|
||||
- name: install ansible
|
||||
pip: name=ansible,ansible-base,ansible-lint state=latest
|
||||
when: ansible_os_family != "Gentoo"
|
||||
- name: configure systemd service
|
||||
template: src=ansible-pull.service dest=/etc/systemd/system/ansible-pull.service
|
||||
notify: restart ansiblepull timer
|
||||
|
@ -17,6 +17,7 @@ dev-java/openjdk:8
|
||||
dev-lang/mono
|
||||
dev-python/pip
|
||||
dev-python/pyusb
|
||||
dev-python/setuptools
|
||||
dev-python/virtualenv
|
||||
dev-util/vulkan-tools
|
||||
dev-vcs/git
|
||||
|
Loading…
Reference in New Issue
Block a user