Skip to content

Commit

Permalink
[skip travis] updates to last commit
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Mordant <[email protected]>
  • Loading branch information
Tcharl committed Mar 3, 2024
1 parent e068b83 commit ea400d1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "packer/bento"]
path = packer/bento
url = [email protected]:OsgiliathEnterprise/bento.git
[submodule "ansible/roles/tcharl.acme_ingress"]
path = ansible/roles/tcharl.acme_ingress
url = [email protected]:OsgiliathEnterprise/acme_ingress.git
[submodule "ansible/roles/tcharl.reverse_proxy"]
path = ansible/roles/tcharl.reverse_proxy
url = [email protected]:OsgiliathEnterprise/reverse_proxy.git
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
| [/etc/host append](https://github.com/OsgiliathEnterprise/etchost_append) |![Molecule](https://github.com/OsgiliathEnterprise/etchost_append/workflows/Molecule/badge.svg)|[![Build Status](https://app.travis-ci.com/OsgiliathEnterprise/etchost_append.svg?branch=master)](https://app.travis-ci.com/github/OsgiliathEnterprise/etchost_append)|[![Ansible Galaxy](https://img.shields.io/badge/galaxy-tcharl.etchost_append-660198.svg?style=flat)](https://galaxy.ansible.com/tcharl/etchost_append)|[![In Progress](https://img.shields.io/badge/GA-released-green)]()|
| [Orchestration_csi](https://github.com/OsgiliathEnterprise/orchestration_csi) |[![Molecule](https://github.com/OsgiliathEnterprise/orchestration_csi/actions/workflows/molecule.yml/badge.svg)](https://github.com/OsgiliathEnterprise/orchestration_csi/actions/workflows/molecule.yml)|[![Build Status](https://app.travis-ci.com/OsgiliathEnterprise/orchestration_csi.svg?branch=master)](https://app.travis-ci.com/github/OsgiliathEnterprise/orchestration_csi)|[![Ansible Galaxy](https://img.shields.io/badge/galaxy-tcharl.orchestration_csi-660198.svg?style=flat)](https://galaxy.ansible.com/tcharl/orchestration_csi)|[![In Progress](https://img.shields.io/badge/GA-released-green)]()|
| [Service Mesh](https://github.com/OsgiliathEnterprise/servicemesh) |[![Molecule](https://github.com/OsgiliathEnterprise/servicemesh/actions/workflows/molecule.yml/badge.svg)](https://github.com/OsgiliathEnterprise/servicemesh/actions/workflows/molecule.yml)|[![Build Status](https://app.travis-ci.com/OsgiliathEnterprise/servicemesh.svg?branch=master)](https://app.travis-ci.com/github/OsgiliathEnterprise/servicemesh)|[![Ansible Galaxy](https://img.shields.io/badge/galaxy-tcharl.servicemesh-660198.svg?style=flat)](https://galaxy.ansible.com/tcharl/servicemesh)|[![In Progress](https://img.shields.io/badge/GA-released-green)]()|
| [Cert manager](https://github.com/OsgiliathEnterprise/kube_certmanager) |[![Molecule](https://github.com/OsgiliathEnterprise/kube_certmanager/actions/workflows/molecule.yml/badge.svg)](https://github.com/OsgiliathEnterprise/kube_certmanager/actions/workflows/molecule.yml)|[![Build Status](https://app.travis-ci.com/OsgiliathEnterprise/kube_certmanager.svg?branch=master)](https://app.travis-ci.com/github/OsgiliathEnterprise/kube_certmanager)|[![Ansible Galaxy](https://img.shields.io/badge/galaxy-tcharl.kube_certmanager-660198.svg?style=flat)](https://galaxy.ansible.com/tcharl/kube_certmanager)|[![In Progress](https://img.shields.io/badge/GA-released-green)]()|

NOTE | Don't worry that much about build status: CI on 3 VMs and public, free-of-chagre CI providers are frequently leading to timeouts...

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ firewalld_zones:
to_ansible_host: "master.osgiliath.net"
to_port: 6443
nics:
# - docker0
- end0
reverse_proxy_firewall_zone: docker
reverse_proxy_firewall_zone: public
virtual_hosts:
- name: idm.osgiliath.net
upstream: "idm.internal.osgiliath.net"
upstream: "192.168.1.133:443" # Internal IP of the target TODO: improve using docker host network resolution
referer_suffix: "/ipa/ui"
proto: https
container: False
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/tcharl.acme_ingress
Submodule tcharl.acme_ingress deleted from 9aee09

0 comments on commit ea400d1

Please sign in to comment.