Kaynağa Gözat

Updated problems on certbot

Jean Sumara Leopoldo 4 yıl önce
ebeveyn
işleme
a172bbeeb6
2 değiştirilmiş dosya ile 0 ekleme ve 28 silme
  1. 0 14
      tools/playbookSupport.yml
  2. 0 14
      tools/playbookUpdateSupport.yml

+ 0 - 14
tools/playbookSupport.yml

@@ -295,20 +295,6 @@
       command: sh get_supervisord_files.sh
       command: sh get_supervisord_files.sh
       when: supervisord_files_result.stat.exists == True and supervisord_dir_result.stat.exists == False
       when: supervisord_files_result.stat.exists == True and supervisord_dir_result.stat.exists == False
 
 
-- name: "Certbot update file"
-  hosts: 127.0.0.1
-  connection: local
-  tags: certbot_files
-  tasks:
-    - name: Check if certbot_file exists
-        stat:
-          path: certbot_file
-        register: certbot_files_result
-
-    - name: Run chmod +x
-      command: chmod +x certbot_file
-      when: certbot_files_result.stat.exists == True
-
 - name: "Run up all. Tag=up_all"
 - name: "Run up all. Tag=up_all"
   hosts: 127.0.0.1
   hosts: 127.0.0.1
   connection: local
   connection: local

+ 0 - 14
tools/playbookUpdateSupport.yml

@@ -111,20 +111,6 @@
       command: sh get_kea_files.sh
       command: sh get_kea_files.sh
       when: kea_files_result.stat.exists == True
       when: kea_files_result.stat.exists == True
 
 
-- name: "Certbot update file"
-  hosts: 127.0.0.1
-  connection: local
-  tags: certbot_files
-  tasks:
-    - name: Check if certbot_file exists
-        stat:
-          path: certbot_file
-        register: certbot_files_result
-
-    - name: Run chmod +x
-      command: chmod +x certbot_file
-      when: certbot_files_result.stat.exists == True
-
 - name: "Run up all. Tag=up_all"
 - name: "Run up all. Tag=up_all"
   hosts: 127.0.0.1
   hosts: 127.0.0.1
   connection: local
   connection: local