Skip to content

Commit

Permalink
Deploying to gh-pages from @ bb51b54 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryKodden committed Jul 23, 2024
1 parent e3c2941 commit 494af94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
5 changes: 0 additions & 5 deletions ansible/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
name: gnupg
update_cache: yes

- name: install jmespath
apt:
name: python3-jmespath
update_cache: yes

- name: set login banner
copy:
src: issue
Expand Down
24 changes: 0 additions & 24 deletions ansible/roles/traefik/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,3 @@
- include_tasks: install.yml

- include_tasks: configure.yml

- name: inspect traefik
docker_container_info:
name: traefik
register: traefik_container_details
# want to remove the task from the playbook.
# when: 0 > 1

- name: get traefik IP address
set_fact:
traefik_ip_address: "{{ traefik_container_details | json_query(jmesquery) }}"
vars:
jmesquery: "container.NetworkSettings.Networks.{{ traefik_docker_external_network }}.IPAddress"

- name: inspect oidc client
docker_container_info:
name: oidc
register: oidc_container_details

- name: get oidc IP address
set_fact:
oidc_ip_address: "{{ oidc_container_details | json_query(jmesquery) }}"
vars:
jmesquery: "container.NetworkSettings.Networks.{{ traefik_docker_internal_network }}.IPAddress"
2 changes: 0 additions & 2 deletions requirements.yml

This file was deleted.

0 comments on commit 494af94

Please sign in to comment.