Files
factory/ansible/arcodange/factory
2024-08-13 17:28:44 +02:00
..
2024-07-05 16:16:11 +02:00
2024-08-13 17:28:44 +02:00
2024-07-05 16:16:11 +02:00
2024-08-12 21:45:16 +02:00
2024-07-05 16:16:11 +02:00
2024-07-05 16:16:11 +02:00
2024-08-12 21:45:16 +02:00

Ansible Collection - arcodange.factory

Documentation for the collection.

MY_TOKEN= #<my token (see https://www.duckdns.org/domains)>
kubectl create secret generic traefik-duckdns-token --from-literal="DUCKDNS_TOKEN=$MY_TOKEN" -n kube-system
%%{init: { 'logLevel': 'debug', 'theme': 'dark' } }%%
timeline
title ordre des playbook
section Setup DNS, OS, ...
    configuration manuelle
        : installer OS, réserver IP statique, configurer SSH,VNC
        : formater et créer des partitions avec gparted
section Docker & K3S
    system
        : install Docker
        : install K3S working with docker
        : configure Traefik

section Volume, NFS
    setup hard_disk
        : monter les partitions
        : installer NFS
    system
        : déployer provisionner NFS
    
section postgres
    setup
        : postgres
section gitea
    setup
        : gitea
section gitea action runner
    setup
        : gitea action runner
section argo cd
    argo_cd
        : argo cd
section hello world app
    setup git repository
        : terraform
    setup CI
    deploy
        : dev : list exposed deployments with label and port as a landpage
        : expose (as ngrock ? direct ? port ? )