4
4
%define build_timestamp %{nil }
5
5
%endif
6
6
7
- Name: apb-base-scripts
8
- Version: 1.1.5
9
- Release: 1%{build_timestamp }%{?dist }
10
- Summary: Scripts for the apb-base container image
11
-
12
- License: ASL 2.0
13
- URL: https://github.com/fusor /apb-examples
14
- Source0: https://github.com/fusor /apb-examples /archive/%{name }-%{version }.tar.gz
7
+ Name: apb-base-scripts
8
+ Version: 1.1.5
9
+ Release: 1%{build_timestamp }%{?dist }
10
+ Summary: Scripts for the apb-base container image
11
+
12
+ License: ASL 2.0
13
+ URL: https://github.com/ansibleplaybookbundle /apb-base
14
+ Source0: https://github.com/ansibleplaybookbundle /apb-base /archive/%{name }-%{version }.tar.gz
15
15
BuildArch: noarch
16
16
17
17
%description
@@ -28,6 +28,9 @@ install -m 755 files/usr/bin/test-retrieval-init %{buildroot}%{_bindir}
28
28
install -m 755 files/usr/bin/test-retrieval %{buildroot }%{_bindir }
29
29
install -m 755 files/usr/bin/entrypoint.sh %{buildroot }%{_bindir }
30
30
install -m 755 files/opt/apb/.kube/config %{buildroot }/opt/apb/.kube/config
31
+ install -m 755 files/etc/ansible/ansible.cfg %{buildroot }/etc/ansible/ansible.cfg
32
+ install -m 755 files/etc/ansible/hosts %{buildroot }/etc/ansible/hosts
33
+ install -m 755 files/etc/ansible/k8s.yml %{buildroot }/etc/ansible/k8s.yml
31
34
32
35
%files
33
36
%doc
@@ -36,6 +39,9 @@ install -m 755 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config
36
39
%{_bindir }/entrypoint.sh
37
40
%dir %{_sysconfdir }/apb-secrets
38
41
/opt/apb/.kube/config
42
+ %{_sysconfdir }/ansible/ansible.cfg
43
+ %{_sysconfdir }/ansible/hosts
44
+ %{_sysconfdir }/ansible/k8s.yml
39
45
40
46
%changelog
41
47
*
Fri Feb 02 2018 David Zager <[email protected] > 1.1.5-1
@@ -81,4 +87,3 @@ install -m 755 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config
81
87
82
88
*
Fri Aug 18 2017 Jason Montleon <[email protected] > 1.0.1-1
83
89
- new package built with tito
84
-
0 commit comments