hcornet 4d45e3a7cb
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 57s
Update CI/CD
2025-02-10 19:34:36 +01:00
2025-02-10 19:34:36 +01:00
2025-02-10 19:22:48 +01:00
2025-02-10 19:22:48 +01:00
2025-02-10 19:22:48 +01:00
2025-02-10 19:13:14 +01:00
2025-02-10 19:19:30 +01:00
2025-02-10 19:13:14 +01:00
2025-02-10 19:13:14 +01:00
2025-02-10 19:34:36 +01:00
2025-02-10 19:19:30 +01:00

${REPO_NAME}

${REPO_DESCRIPTION}

A propos de

Prérequis

Vous avez besoin d'une installation Ansible fonctionnelle sur votre machine.

  ./install-ansible.sh

Edition du fichier Hosts

sudo nano /etc/ansible/hosts

Creation clé SSH

ssh-keygen -t ed25519 -C "ansible"

Permissions clé SSH

chmod 600 ~/.ssh/ansible

Ping Command Ansible

ansible all -m ping

Copier clé SSH

ssh-copy-id -i ~/.ssh/ansible.pub 10.0.4.150

Ping Command Ansible avec nouvelle clé SSH

ansible all -m ping --key-file ~/.ssh/ansible

Démarrage

  git clone https://gitea.tips-of-mine.com${REPO_LINK}.git
  cd ${REPO_NAME}

Personnalisation

Lancement

  ./ansible-playbook site.yml --key-file ~/.ssh/id_rsa

Buy me a coffe

Buy Me a Coffee at ko-fi.com

Description
No description provided
Readme AGPL-3.0 48 KiB
Languages
Jinja 77.9%
Shell 22.1%