Skip to content

Commit

Permalink
switch from ubuntu to debian, some ansible fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpitlor committed Nov 15, 2024
1 parent dbb0fec commit 771ac54
Show file tree
Hide file tree
Showing 16 changed files with 294 additions and 111 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
modules/
.env
packer/variables.auto.pkrvars.hcl

This file was deleted.

This file was deleted.

76 changes: 49 additions & 27 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ cron package don't overwrite this configuration.
```shell
echo "@daily jpitlor ansible-pull -U https://github.com/jpitlor/homelab-configuration" > /etc/cron.d/ansible
```


netsh interface portproxy add v4tov4 listenport=8081 listenaddress=0.0.0.0 connectport=8081 connectaddress=$(wsl hostname -I)
5 changes: 4 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[defaults]
inventory = inventory
inventory = inventory/cloud.ini, inventory/proxmox.yml

[inventory]
enable_plugins = ini, community.general.proxmox
Loading

0 comments on commit 771ac54

Please sign in to comment.