Skip to content

Commit 54974cb

Browse files
committed
iter3
1 parent f864ed3 commit 54974cb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.ansible-lint-ignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# This file contains ignores rule violations for ansible-lint
2-
2+
etc/kayobe/ansible/vault-deploy-barbican.yml fqcn[action-core]
3+
etc/kayobe/ansible/vault-generate-backend-tls.yml fqcn[action-core]
4+
etc/kayobe/ansible/vault-generate-internal-tls.yml fqcn[action-core]
5+
etc/kayobe/ansible/vault-generate-test-external-tls.yml fqcn[action-core]

etc/kayobe/ansible/rabbitmq-reset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
tasks:
6464
# The following services use RabbitMQ.
6565
- name: Restart OpenStack services
66-
ansible.builtin.shell: >-
66+
ansible.builtin.shell: >- # noqa command-instead-of-module
6767
set -o pipefail &&
6868
systemctl -a | egrep 'kolla-(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' |
6969
awk '{ print $1 }' |

etc/kayobe/ansible/ubuntu-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
gather_subset: "{{ kayobe_ansible_setup_gather_subset }}"
8383

8484
- name: Run the Kayobe kayobe-target-venv playbook to ensure kayobe venv exists on remote host
85-
import_playbook: "{{ lookup('ansible.builtin.env', 'VIRTUAL_ENV') }}/share/kayobe/ansible/kayobe-target-venv.yml"
85+
import_playbook: "{{ lookup('ansible.builtin.env', 'VIRTUAL_ENV') }}/share/kayobe/ansible/kayobe-target-venv.yml" # noqa syntax-check[missing-file]
8686

8787
- name: Run the Kayobe network configuration playbook, to ensure definitions are not lost on reboot
8888
import_playbook: "{{ lookup('ansible.builtin.env', 'VIRTUAL_ENV') }}/share/kayobe/ansible/network.yml"

etc/kayobe/ansible/vault-generate-backend-tls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
mode: "0644"
1313
become: true
1414

15-
- name: update system CA
15+
- name: Update system CA
1616
become: true
1717
ansible.builtin.command: "{{ 'update-ca-trust' if ansible_facts.os_family == 'RedHat' else 'update-ca-certificates' }}"
1818
- name: Generate backend API certificates

0 commit comments

Comments
 (0)