-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from retr0h/defaults
Moved vars to defaults
- Loading branch information
Showing
2 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
--- | ||
# defaults file for aptly | ||
|
||
# The |default... stuff is because `ansible_ssh_user` doesn't work in Ansible 2.0 | ||
aptly_gpg_key_dir: "{{ lookup('env', 'HOME') }}" | ||
aptly_key_email: [email protected] | ||
aptly_company_name: yourcompany | ||
aptly_repositories: | ||
- name: "{{ aptly_company_name }}-dev" | ||
comment: developent packages | ||
default_distribution: trusty | ||
default_component: main | ||
- name: "{{ aptly_company_name }}-test" | ||
comment: test packages | ||
default_distribution: trusty | ||
default_component: main |
This file was deleted.
Oops, something went wrong.