Skip to content

Commit

Permalink
Add more hosts for ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Sep 21, 2024
1 parent b7f9ade commit 4748683
Show file tree
Hide file tree
Showing 2 changed files with 2,186 additions and 2,164 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ nixos-vagrant-box:
ansible-requirements:
cd ansible && ansible-galaxy install -r requirements.yml

ansible-inventory-hosts:
ansible-diff-inventory-hosts:
cd ansible && diff <(git cat-file blob HEAD:ansible/inventory/hosts.yml | ansible-vault view -) <(ansible-vault view inventory/hosts.yml)

ansible-view-inventory-hosts:
cd ansible && ansible-vault view inventory/hosts.yml

ansible-edit-inventory-hosts:
cd ansible && ansible-vault edit inventory/hosts.yml

ansible-deploy:
Expand Down
Loading

0 comments on commit 4748683

Please sign in to comment.