Removed unnecesary comments
This commit is contained in:
parent
5cf348e699
commit
09385a685b
1 changed files with 1 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Creating compose from template
|
- name: Creating compose from template
|
||||||
hosts: localhost
|
hosts: server
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Generate password for Keycloak password
|
- name: Generate password for Keycloak password
|
||||||
|
|
@ -71,32 +71,6 @@
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 30
|
timeout: 30
|
||||||
|
|
||||||
# - name: Adding root cert to grafana image
|
|
||||||
# community.docker.docker_container_copy_into:
|
|
||||||
# container: infra-grafana
|
|
||||||
# path: files/mforcen.crt
|
|
||||||
# container_path: /etc/ssl/mforcen.crt
|
|
||||||
#
|
|
||||||
# - name: Creating ssl folder
|
|
||||||
# community.docker.docker_container_exec:
|
|
||||||
# container: infra-grafana
|
|
||||||
# command: mkdir /ssl
|
|
||||||
# user: 0
|
|
||||||
#
|
|
||||||
# - name: Adding fullchain cert to grafana container
|
|
||||||
# community.docker.docker_container_copy_into:
|
|
||||||
# container: infra-grafana
|
|
||||||
# path: files/grafana.mforcen.dev.fullchain.pem
|
|
||||||
# container_path: /ssl/grafana.mforcen.dev.fullchain.pem
|
|
||||||
# mode: 0755
|
|
||||||
#
|
|
||||||
# - name: Adding key to grafana container
|
|
||||||
# community.docker.docker_container_copy_into:
|
|
||||||
# container: infra-grafana
|
|
||||||
# path: files/grafana.mforcen.dev.key
|
|
||||||
# container_path: /ssl/grafana.mforcen.dev.key
|
|
||||||
# mode: 0755
|
|
||||||
|
|
||||||
- name: Wait for keycloak to be ready
|
- name: Wait for keycloak to be ready
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
|
@ -135,18 +109,3 @@
|
||||||
client_authenticator_type: client-secret
|
client_authenticator_type: client-secret
|
||||||
id: a6960246-4aa9-495f-8843-69d664dba0ea
|
id: a6960246-4aa9-495f-8843-69d664dba0ea
|
||||||
secret: "{{ grafana_kc_client_secret }}"
|
secret: "{{ grafana_kc_client_secret }}"
|
||||||
|
|
||||||
# - name: Create grafana config ini file
|
|
||||||
# ansible.builtin.template:
|
|
||||||
# src: grafana.ini
|
|
||||||
# dest: ../grafana.ini
|
|
||||||
#
|
|
||||||
# - name: Stopping grafana container
|
|
||||||
# community.docker.docker_container:
|
|
||||||
# name: infra-grafana
|
|
||||||
# state: stopped
|
|
||||||
#
|
|
||||||
# - name: Starting grafana container
|
|
||||||
# community.docker.docker_container:
|
|
||||||
# name: infra-grafana
|
|
||||||
# state: started
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue