diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-08-11 16:28:54 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-08-11 16:28:54 +0000 |
| commit | a8a40383081441ebd3757a501364b9ac45eb421e (patch) | |
| tree | f48b7040615af1bda263faa4d2657636c77ba2a4 /ansible/hosts | |
| parent | 9bae899e227e4899a5ee629bf305a00a39044bc2 (diff) | |
| parent | 1f321db8949b3aeb80afdd7a94e92b7743c3e275 (diff) | |
Merge branch 'work' into 'main'
Work
See merge request kdam0/home-lab!1
Diffstat (limited to 'ansible/hosts')
| -rw-r--r-- | ansible/hosts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts new file mode 100644 index 0000000..5b96859 --- /dev/null +++ b/ansible/hosts @@ -0,0 +1,29 @@ +# These are just hosts created in the TF section. +# Replace these hostnames with your host names if required! + +[minio] +minio + +[sites] +sites + +[rproxy] +rproxy + +[monitoring] +monitoring + +[nc] +nc-kumar + +[plex] +plex + +[vault] +vault + +[torrents] +torrents + +[med-dl] +med-dl |
