Skip to content

Commit

Permalink
Merge pull request #4 from ivov/configure-with-ansible
Browse files Browse the repository at this point in the history
ci: Configure with Ansible
  • Loading branch information
ivov authored Nov 23, 2024
2 parents c7b6e9d + 597399e commit b243e73
Show file tree
Hide file tree
Showing 26 changed files with 806 additions and 405 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
bin/*
!**/.gitkeep
*.tfstate
*.tfstate.*
.terraform/
tf-output-*.json
hosts
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ live:
# audit
# ------------

## audit: Tun `go mod tidy`, `go fmt`, `golint`, `go test`, and `go vet`
## audit: Run `go mod tidy`, `go fmt`, `golint`, `go test`, and `go vet`
audit:
echo 'Tidying...'
go mod tidy
Expand Down
39 changes: 0 additions & 39 deletions deploy/scripts/backup-list.sh

This file was deleted.

49 changes: 0 additions & 49 deletions deploy/scripts/backup-restore.sh

This file was deleted.

49 changes: 0 additions & 49 deletions deploy/scripts/backup.sh

This file was deleted.

47 changes: 0 additions & 47 deletions deploy/scripts/vps-system-setup.sh

This file was deleted.

61 changes: 0 additions & 61 deletions deploy/scripts/vps-tooling-setup.sh

This file was deleted.

53 changes: 0 additions & 53 deletions deploy/scripts/vps-user-setup.sh

This file was deleted.

Loading

0 comments on commit b243e73

Please sign in to comment.