Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 1m15s
${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
Languages
Jinja
77.9%
Shell
22.1%