feat: add initial setup for pearl server
This commit is contained in:
parent
2ae759025c
commit
824d7b8a12
14 changed files with 329 additions and 34 deletions
|
|
@ -1,2 +0,0 @@
|
|||
[pearl]
|
||||
192.168.56.2 ansible_ssh_user=vagrant ansible_ssh_private_key_file='.vagrant/machines/pearl/virtualbox/private_key'
|
||||
6
inventory/vagrant.yml
Normal file
6
inventory/vagrant.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pearl:
|
||||
hosts:
|
||||
192.168.56.2:
|
||||
ansible_ssh_user: vagrant
|
||||
ansible_ssh_private_key_file: '.vagrant/machines/pearl/virtualbox/private_key'
|
||||
debian_version: 'trixie'
|
||||
Loading…
Add table
Add a link
Reference in a new issue