ansible cleanup

This commit is contained in:
2025-10-01 14:23:00 +02:00
parent 19e616845e
commit 0318abbfc4
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
inventory = /opt/ansible-pull/hosts inventory = /opt/ansible-pull/hosts
log_path = ~/ansible.log log_path = ~/ansible.log
retry_files_enabled = False retry_files_enabled = False
deprecation_warnings=False deprecation_warnings = True
[inventory] [inventory]
enable_plugins = ini enable_plugins = ini

View File

@@ -19,7 +19,7 @@
cron: cron:
name: "ansible provision" name: "ansible provision"
user: "{{ ansible_user_id }}" user: "{{ ansible_user_id }}"
job: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master' job: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master > /var/log/ansible_pull.log || cat /var/log/ansible_pull.log'
state: present state: present
minute: 0 minute: 0
hour: 1 hour: 1