Various tweaks to get Gentoo to work

This commit is contained in:
Salt 2020-12-04 09:17:08 -06:00
parent 21c1b1254e
commit 1b731d0825
3 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

@ -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

View File

@ -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