fine tunings

This commit is contained in:
2023-11-02 12:21:20 +01:00
parent 1e6f248da1
commit a6c139ec08
6 changed files with 14 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
version: main
- name: Install from the pipenv-file
command: "pipenv install --system --deploy"
command: "pipenv install --system --deploy --categories=\"packages prod-packages\""
args:
chdir: "{{ code_dest }}"

View File

@@ -8,7 +8,6 @@
user: "{{ ansible_user }}"
state: present
# copy file present on the controller to the remote host
# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html
key: "{{ lookup('file', '~/.ssh/default.pub') }}"
- name: apt update all packages
@@ -48,7 +47,7 @@
delay: 5
timeout: 300
- name: Add wifi networks from secrets
- name: Add wifi networks from template
template:
src: templates/wpa_supplicant.conf.j2
dest: /etc/wpa_supplicant/wpa_supplicant.conf

View File

@@ -2,7 +2,8 @@
Description=Run photo update regularly
[Timer]
OnCalendar=Tue 11:00
OnCalendar=08:00
OnCalendar=16:00
Persistent=true
[Install]