Ajout du déploiement par ansible
This commit is contained in:
10
ansible/hosts.yml
Normal file
10
ansible/hosts.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
ungrouped:
|
||||
hosts:
|
||||
savaneprod.fr:
|
||||
ansible_user: savane-s_Lion
|
||||
ansible_ssh_private_key_file: /home/jf/savaneprod_ecdsa
|
||||
ansible_become: true
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
#ansible_python_interpreter: /volume1/@appstore/python310/bin/python3
|
||||
ansible_ssh_transfer_method: scp
|
||||
Reference in New Issue
Block a user