feat: add hosts.yml file
This commit is contained in:
parent
a78ead6b40
commit
132aa13010
1 changed files with 19 additions and 0 deletions
19
hosts.yml
Normal file
19
hosts.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: "1.1"
|
||||
|
||||
hostnames:
|
||||
|
||||
nginx:
|
||||
|
||||
hosts:
|
||||
type: domainname
|
||||
default:
|
||||
- variable: intranet.vps_domain_name
|
||||
|
||||
vars:
|
||||
all:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_user: root
|
||||
ansible_ssh_private_key_file: ./host_vars/forge.gwhirlingai.fr.key
|
||||
...
|
||||
Loading…
Reference in a new issue