diff options
author | blsaws <blsaws@hotmail.com> | 2015-10-07 08:29:08 -0700 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-10-07 08:29:08 -0700 |
commit | 120338c88677f2f21501270ff8b250cf9d5b9521 (patch) | |
tree | c5acd4716c7adeeae5ee9e3ad97ffc5e6217c130 /components/congress/ansible/build_congress.yml | |
parent | 52a6e0e6056fd355ce363d78150993f00bd144b7 (diff) |
Add components folder, congress ansible installer
JIRA: COPPER-2
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'components/congress/ansible/build_congress.yml')
-rw-r--r-- | components/congress/ansible/build_congress.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/components/congress/ansible/build_congress.yml b/components/congress/ansible/build_congress.yml new file mode 100644 index 0000000..572f330 --- /dev/null +++ b/components/congress/ansible/build_congress.yml @@ -0,0 +1,12 @@ +--- + +- hosts: congress_build_host + sudo: true + + + vars_files: + - config.yml + + + roles: + - build |