diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-12 16:47:48 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-12 16:47:48 -0700 |
| commit | a0cf78dc956c5dbad12dde19fc8b4f7fa9a1cfb4 (patch) | |
| tree | c337f6ecf856db3cdb383fc7a95657a59a3bcd3c /pillar/openbook/ansible.sls | |
| parent | a9c6962c6e4a7cbc586da59ef010a741e92dafeb (diff) | |
Add v3 database jobs to ansible
Diffstat (limited to 'pillar/openbook/ansible.sls')
| -rw-r--r-- | pillar/openbook/ansible.sls | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index aa98e8a..48e838a 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -243,6 +243,36 @@ ansible: mode: "0755" relative_to_buildroot: True is_template: False + inventory_json_v3_lab_db_rb: + name: inventory_json_v3_lab_db.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False + inventory_json_v3_staging_db_rb: + name: inventory_json_v3_staging_db.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False + inventory_json_v3_prod_db_rb: + name: inventory_json_v3_prod_db.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False + inventory_json_master_db_rb: + name: inventory_json_master_db.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False + inventory_json_master_db_rb: + name: inventory_json_master_db.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False ob_deploy_branch_sh: name: ob-deploy-branch.sh source: ob-deploy-branch.sh |
