Skip to content

Commit

Permalink
Add hosts to VCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jun 21, 2024
1 parent deff88a commit 1ded376
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
hosts
vault_pass

venv/
22 changes: 22 additions & 0 deletions hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
local ansible_connection=local provision_is_desktop=true

[VM]
JFM ansible_host=JFM.home ansible_user=admin
dockerhost ansible_host=dockerhost.home

[VM:vars]
provision_is_vm=true

[container]
pihole ansible_host=pihole.home
npm ansible_host=npm.home
gh-runner2 ansible_host=gh-runner2.home
; transmission ansible_host=transmission.home

[proxmox:children]
VM
container

[proxmox:vars]
provision_is_desktop=false
provision_full_setup=true

0 comments on commit 1ded376

Please sign in to comment.