diff --git a/group_vars/all.yml b/group_vars/all.yml index 1ee3c97..a23c8d2 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -49,7 +49,7 @@ firewall_allowed_tcp_ports: #* NETBIRD -netbird_setup_key: 30BAC325-7717-44EF-B0B7-4AB8A50A3F09 +netbird_setup_key: 33BE5022-D0CF-4ED9-84FF-B93E53519FDD netbird_register: true #* TLS diff --git a/hardening.yml b/hardening.yml index 3bd907e..57f445e 100644 --- a/hardening.yml +++ b/hardening.yml @@ -1,4 +1,4 @@ -- hosts: docker_swarm_worker +- hosts: bastion # vars: become: true gather_facts: true diff --git a/hosts b/hosts index 547c478..ea8d35e 100644 --- a/hosts +++ b/hosts @@ -2,6 +2,7 @@ scale01 ansible_host=163.172.209.36 ansible_user=stephane ovh01 ansible_host=5.135.181.11 ansible_user=stephane scaleway ansible_host=163.172.84.28 ansible_user=stephane +bastion ansible_host=163.172.70.242 ansible_user=stephane [tower] scaleway ansible_host=163.172.84.28 ansible_user=stephane diff --git a/index.html b/index.html new file mode 100644 index 0000000..911db5b --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +Google
Recherche Images Maps Play YouTube Actualités Gmail Drive Plus »
Historique Web | Paramètres | Connexion



 

Recherche avancée

© 2024 - Confidentialité - Conditions

\ No newline at end of file diff --git a/ivre.yml b/ivre.yml index 15c1f03..30f94aa 100644 --- a/ivre.yml +++ b/ivre.yml @@ -9,7 +9,8 @@ ansible_sudo_pass: stephane target_networks: # - 163.172.16.0/20 - - 163.172.31.0/20 + - 5.135.80.0/20 + # - 5.135.181.0/24 # - 163.172.48.0/20 # 163.172.0.0/20 # 163.172.16.0/20 @@ -41,7 +42,7 @@ loop: "{{ target_networks }}" loop_control: #* seconds - pause: 600 + pause: 300 # - ansible.builtin.pause: # minutes: 10 diff --git a/update.yml b/update.yml index 2342d39..f20d53f 100644 --- a/update.yml +++ b/update.yml @@ -62,3 +62,9 @@ tags: toto run_once: true + + + flux create source git podinfo --url=https://gitea.jingoh.fr/staffadmin/cluster --branch=master --interval=1m --export > /kubernetes/podinfo-source.yaml +zsh: no such file or directory: /kubernetes/podinfo-source.yaml + +flux create kustomization podinfo --target-namespace=default --source=podinfo --path="./kustomize" --prune=true --wait=true --interval=30m --retry-interval=2m --health-check-timeout=3m --export > ./kubernetes/podinfo-kustomization.yaml