Use our current repository even in comments
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2613|3|2610|2|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/309//ansiblelint">Evolix » ansible-roles » unstable #309</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2613|3|2610|2|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/309//ansiblelint">Evolix » ansible-roles » unstable #309</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
This commit is contained in:
parent
043f714722
commit
8e99b9fcb8
|
@ -35,7 +35,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: copy pub.evolix.net GPG key
|
||||
- name: copy pub.evolix.org GPG key
|
||||
ansible.builtin.copy:
|
||||
src: pub_evolix.asc
|
||||
dest: "{{ lxc_rootfs }}{{ lxc_apt_keyring_dir }}/pub_evolix.asc"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: copy pub.evolix.net GPG key
|
||||
- name: copy pub.evolix.org GPG key
|
||||
ansible.builtin.copy:
|
||||
src: pub_evolix.asc
|
||||
dest: "{{ lxc_rootfs }}{{ lxc_apt_keyring_dir }}/pub_evolix.asc"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: copy pub.evolix.net GPG key
|
||||
- name: copy pub.evolix.org GPG key
|
||||
ansible.builtin.copy:
|
||||
src: pub_evolix.asc
|
||||
dest: /var/lib/lxc/{{ lxc_php_version }}/rootfs{{ apt_keyring_dir }}/pub_evolix.asc
|
||||
|
|
|
@ -55,7 +55,7 @@ DNSSERVEURS='0.0.0.0/0'
|
|||
# HTTP authorizations
|
||||
# (you can use DNS names but set cron to reload minifirewall regularly)
|
||||
# (if you have HTTP proxy, set 0.0.0.0/0)
|
||||
# HTTPSITES='security.debian.org pub.evolix.net security-cdn.debian.org mirror.evolix.org backports.debian.org hwraid.le-vert.net antispam00.evolix.org spamassassin.apache.org sa-update.space-pro.be sa-update.secnap.net www.sa-update.pccc.com sa-update.dnswl.org ocsp.int-x3.letsencrypt.org deb.freexian.com'
|
||||
# HTTPSITES='security.debian.org pub.evolix.org security-cdn.debian.org mirror.evolix.org backports.debian.org hwraid.le-vert.net antispam00.evolix.org spamassassin.apache.org sa-update.space-pro.be sa-update.secnap.net www.sa-update.pccc.com sa-update.dnswl.org ocsp.int-x3.letsencrypt.org deb.freexian.com'
|
||||
HTTPSITES='0.0.0.0/0'
|
||||
|
||||
# HTTPS authorizations
|
||||
|
|
Loading…
Reference in New Issue