fine tunings
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -2,7 +2,8 @@
|
||||
Description=Run photo update regularly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=Tue 11:00
|
||||
OnCalendar=08:00
|
||||
OnCalendar=16:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user