Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Aug 20, 2021
1 parent d97a111 commit cf9d5c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/ansible/files/*
/ansible/files/docker_persistent_data/*
/ansible/group_vars/fragile
/ansible/hosts
.DS_Store
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# notthebee/infra

This repo is a living document of me trying to configure my home server/NAS using the principles of _Infrastracture as Code_.

You can read more about IaS here: [https://perfectmediaserver.com/concepts/infraascode.html](https://perfectmediaserver.com/concepts/infraascode.html)
2 changes: 1 addition & 1 deletion ansible/roles/bitwarden/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Make sure the bitwarden container is created and running
- name: Make sure the Vaultwarden container is created and running
docker_container:
name: 'bitwarden'
image: vaultwarden/server
Expand Down

0 comments on commit cf9d5c8

Please sign in to comment.