-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip travis] updates to last commit
Signed-off-by: Charlie Mordant <[email protected]>
- Loading branch information
Showing
17 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tcharl.ansible_container_registry
updated
8 files
+2 −0 | meta/__init__.py | |
+1 −3 | molecule/default/molecule.yml | |
+1 −3 | molecule/kvm/molecule.yml | |
+1,353 −0 | poetry.lock | |
+3 −3 | pyproject.toml | |
+59 −0 | requirements-dev.txt | |
+19 −7 | requirements.txt | |
+4 −10 | tasks/nginx-proxy.yml |
Submodule tcharl.ansible_directory
updated
2 files
+1 −1 | molecule/default/molecule.yml | |
+1 −1 | molecule/kvm/molecule.yml |
Submodule tcharl.ansible_iam
updated
from f916ea to 6d5344
Submodule tcharl.ansible_nameserver
updated
3 files
+0 −24 | tasks/ipa_dns_client.yml | |
+26 −0 | tasks/ipa_server.yml | |
+5 −0 | tasks/main.yml |
Submodule tcharl.ansible_orchestration
updated
4 files
+2 −2 | defaults/main.yml | |
+0 −70 | tasks/csi-volume.yml | |
+5 −0 | tasks/kube-install.yml | |
+1 −0 | tasks/prereq.yml |
Submodule tcharl.ansible_virtualization_guest
updated
1 files
+12 −11 | tasks/networkmanager-bridge.yml |
Submodule tcharl.bind9
updated
5 files
+1 −0 | defaults/main.yml | |
+2 −4 | molecule/default/molecule.yml | |
+1 −1 | molecule/kvm/molecule.yml | |
+3 −3 | pyproject.toml | |
+1 −1 | tasks/install.yml |
Submodule tcharl.kube_certmanager
updated
7 files
+1 −1 | defaults/main.yml | |
+46 −0 | tasks/install-cmctl.yml | |
+16 −0 | tasks/kubernetes.yml | |
+4 −1 | tasks/main.yml | |
+0 −16 | templates/freeipa-issuer/certmanager_clusterissuer.yaml.j2 | |
+0 −9 | templates/freeipa-issuer/secret.yaml.j2 | |
+15 −6 | tox.ini |
Submodule tcharl.orchestration_csi
updated
18 files
+1 −1 | README.md | |
+4 −2 | defaults/main.yml | |
+3 −8 | molecule/default/converge.yml | |
+8 −0 | molecule/default/molecule.yml | |
+38 −0 | molecule/default/prepare.yml | |
+8 −13 | molecule/default/tests/test_master.py | |
+3 −8 | molecule/kvm/converge.yml | |
+2 −0 | molecule/kvm/molecule.yml | |
+28 −0 | molecule/kvm/prepare.yml | |
+3 −3 | molecule/parallels/converge.yml | |
+2 −0 | molecule/parallels/molecule.yml | |
+30 −0 | molecule/parallels/prepare.yml | |
+1 −0 | tasks/csi-volume.yml | |
+14 −7 | tasks/main.yml | |
+7 −0 | tasks/mountpoint.yml | |
+8 −0 | tasks/nfs-mountpoint.yml | |
+79 −0 | tasks/nfs-provisioner.yml | |
+3 −0 | templates/nfs-subdir-values.yml.j2 |
Submodule tcharl.reverse_proxy
updated
4 files
+0 −1 | defaults/main.yml | |
+4 −2 | tasks/nginx-proxy.yml | |
+2 −2 | tasks/virtual-host.yml | |
+4 −4 | templates/vhost_location.j2 |