Added: Update docker compose projects playbook
This commit is contained in:
6
host_vars/filiprojek-media.yml
Normal file
6
host_vars/filiprojek-media.yml
Normal 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
6
host_vars/fofrweb-s3.yml
Normal 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
3
host_vars/tests3.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
ansible_host: localhost
|
||||
ansible_port: 2222
|
||||
ansible_user: root
|
Reference in New Issue
Block a user