Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Add variables and inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fernandez committed Jul 8, 2017
1 parent ff0e7c4 commit 956975c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ansible/inventories/myseedbox/host_vars/stark/vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sites:
- { subdomain: "transmission",
dest: "172.17.0.1",
dest_port: "9091",
auth: htpasswd,
htpasswd_users: "{{ transmission_users }}"
}

common_user: {
username: multimedia,
group: multimedia,
uid: 2500,
gid: 2500,
}

0 comments on commit 956975c

Please sign in to comment.