Skip to content

Commit

Permalink
Merge pull request #6 from retr0h/defaults
Browse files Browse the repository at this point in the history
Moved vars to defaults
  • Loading branch information
aioue authored Jul 11, 2016
2 parents 6033557 + 67ca058 commit cb1c970
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
14 changes: 11 additions & 3 deletions defaults/main.yml
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
14 changes: 0 additions & 14 deletions vars/main.yml

This file was deleted.

0 comments on commit cb1c970

Please sign in to comment.