]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Install Buster GPG keys 1531/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 23 Mar 2020 18:23:49 +0000 (14:23 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 23 Mar 2020 19:21:51 +0000 (15:21 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml
ansible/examples/slave_static.yml

index 64a4fbc1baea6067ed7ab8237abb6b19d72a60c3..b97e3adcf9cb548b7ea871d5ab906b37da9dea8f 100644 (file)
         - automake
         - libssl-dev
         - libffi-dev
+        - debian-keyring
         - debian-archive-keyring
         # jenkins-job-builder job:
         - libyaml-dev
         id: 518E17E1
       when: ansible_pkg_mgr  == "apt"
 
+    - name: Add the Debian Buster Key
+      apt_key:
+       id: 3CBBABEE
+       url: https://ftp-master.debian.org/keys/archive-key-10.asc
+       keyring: /etc/apt/trusted.gpg
+       state: present
+      when: ansible_pkg_mgr  == "apt"
+
+    - name: Add the Debian Security Buster Key
+      apt_key:
+        id: CAA96DFA
+        url: https://ftp-master.debian.org/keys/archive-key-10-security.asc
+        keyring: /etc/apt/trusted.gpg
+        state: present
+      when: ansible_pkg_mgr  == "apt"
+
+    - name: Add the Debian Buster Stable Key
+      apt_key:
+        id: 77E11517
+        url: https://ftp-master.debian.org/keys/release-10.asc
+        keyring: /etc/apt/trusted.gpg
+        state: present
+      when: ansible_pkg_mgr  == "apt"
+
     - name: Install openjdk-7-jre
       apt:
         name: openjdk-7-jre
index 08af14d25cd991987a54330575fca60fa198925d..70717b7f5d00263f9f79fd3b938a0664a05f5cbb 100644 (file)
         - autotools-dev
         - automake
         - cmake
+        - debian-keyring
         - debian-archive-keyring
         # jenkins-job-builder job:
         - libyaml-dev
       when: ansible_pkg_mgr  == "apt"
       apt_key: id=518E17E1 url=http://download.ceph.com/keys/jessie-stable-release.asc keyring=/etc/apt/trusted.gpg state=present
 
+    - name: Add the Debian Buster Key
+      apt_key:
+       id: 3CBBABEE
+       url: https://ftp-master.debian.org/keys/archive-key-10.asc
+       keyring: /etc/apt/trusted.gpg
+       state: present
+      when: ansible_pkg_mgr  == "apt"
+
+    - name: Add the Debian Security Buster Key
+      apt_key:
+        id: CAA96DFA
+        url: https://ftp-master.debian.org/keys/archive-key-10-security.asc
+        keyring: /etc/apt/trusted.gpg
+        state: present
+      when: ansible_pkg_mgr  == "apt"
+
+    - name: Add the Debian Buster Stable Key
+      apt_key:
+        id: 77E11517
+        url: https://ftp-master.debian.org/keys/release-10.asc
+        keyring: /etc/apt/trusted.gpg
+        state: present
+      when: ansible_pkg_mgr  == "apt"
+
     - name: Install openjdk-7-jre
       apt: name=openjdk-7-jre state=present
       when: