Added: Update docker compose projects playbook

This commit is contained in:
2025-03-27 16:39:57 +01:00
parent 4c7e68c276
commit 7ee0bdba59
8 changed files with 95 additions and 22 deletions

View File

@ -0,0 +1,6 @@
---
ansible_connection: ssh
ansible_user: fr
ansible_host: 10.123.0.11
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
ansible_ssh_private_key_file: ~/.ssh/fr/fr-ansible@media.filiprojek.cz.ssh

6
host_vars/fofrweb-s3.yml Normal file
View File

@ -0,0 +1,6 @@
---
ansible_connection: ssh
ansible_user: filiprojek
ansible_host: 10.123.0.1
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
ansible_ssh_private_key_file: ~/.ssh/fofrweb/filiprojek@s3.fofrweb.com_2.ssh

3
host_vars/tests3.yaml Normal file
View File

@ -0,0 +1,3 @@
ansible_host: localhost
ansible_port: 2222
ansible_user: root