We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5460cb commit 5ad95dcCopy full SHA for 5ad95dc
totum/moduls/install/ansible_totum_install.yml
@@ -667,6 +667,14 @@
667
mode: '0440'
668
when: lookup('env', 'TOTUMVERSION') == 'pro'
669
670
+ - name: Add sudoers entry for totum-gom status
671
+ lineinfile:
672
+ path: /etc/sudoers.d/restart-totum-gom
673
+ line: 'totum ALL=(ALL) NOPASSWD: /usr/sbin/service totum-gom status'
674
+ create: yes
675
+ mode: '0440'
676
+ when: lookup('env', 'TOTUMVERSION') == 'pro'
677
+
678
# Add Crons
679
680
- name: Generate a random minute for cron job
@@ -823,7 +831,7 @@
823
831
job: "cd ~ && exec meilisearch --no-analytics --db-path ./meilifiles --env production --master-key $(cat meili_masterkey) > /dev/null 2>&1 &"
824
832
825
833
826
- # Chane IP to DOMAIN
834
+ # Change IP to DOMAIN
827
835
828
836
- name: Check IPDOMAIN environment variable
829
837
set_fact:
0 commit comments