Skip to content

Commit

Permalink
Can probably drop these out of the vars now. See #11.
Browse files Browse the repository at this point in the history
  • Loading branch information
A. H. Laughlin committed Jun 12, 2017
1 parent 9e50bff commit cbb691f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
user: root
state: present
key: "{{ keys.ssh_public_key }}"
- name: "Set some required values for the hosts."
set_fact:
pg_host: 'postgres'
pg_port: '5432'
pg_password: 'notgod'
admin_password: 'alsonotgod'
rabbitmq_password: 'rabbit'
- name: 'Run the check static config.'
include: ../tasks/check_config_static.yml
...
Expand Down

0 comments on commit cbb691f

Please sign in to comment.