From 0d64f05a4e5caee2ba61e6bb4563d1b61ada5140 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 20 Jun 2017 14:30:05 +0000 Subject: [PATCH] Some explanatory notes. --- roles/osbs-client/files/README | 7 +++++++ roles/osbs-client/tasks/main.yml | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 roles/osbs-client/files/README diff --git a/roles/osbs-client/files/README b/roles/osbs-client/files/README new file mode 100644 index 0000000000..6f8b02c0cf --- /dev/null +++ b/roles/osbs-client/files/README @@ -0,0 +1,7 @@ +The site-customize file here additionally disables or enables plugins on top of +the default set. + +The default set ships with osbs-client and can be found here: +https://github.com/projectatomic/osbs-client/blob/master/inputs/prod_inner.json + +See also: https://github.com/projectatomic/osbs-client/blob/master/docs/build_process.md diff --git a/roles/osbs-client/tasks/main.yml b/roles/osbs-client/tasks/main.yml index 120ec95156..7a1ae6d454 100644 --- a/roles/osbs-client/tasks/main.yml +++ b/roles/osbs-client/tasks/main.yml @@ -12,6 +12,8 @@ path: "/etc/osbs/input/" state: directory +# This overrides defaults which are set in +# https://github.com/projectatomic/osbs-client/blob/master/inputs/prod_inner.json - name: Upload OSBS Site Customizations plugin conf copy: src: "osbs-site-customize.json"