ansible cleanup
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
inventory = /opt/ansible-pull/hosts
|
||||
log_path = ~/ansible.log
|
||||
retry_files_enabled = False
|
||||
deprecation_warnings=False
|
||||
deprecation_warnings = True
|
||||
[inventory]
|
||||
enable_plugins = ini
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
cron:
|
||||
name: "ansible provision"
|
||||
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
|
||||
minute: 0
|
||||
hour: 1
|
||||
|
||||
Reference in New Issue
Block a user