From a84d3146961c4739192c83b7f382f7ed6eb876da Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jul 05 2023 23:56:38 +0000 Subject: playbooks/groups/sundries.yml: Fixes from yamllint --- diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index b3e1faa..d8db9f9 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -1,7 +1,7 @@ # create a new sundries server # # These servers run a number of smaller apps that don't merit their own instances. -# +--- - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml" vars: @@ -10,25 +10,30 @@ - name: make the box be real hosts: sundries:sundries_stg user: root - gather_facts: True + gather_facts: true vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + - "/srv/web/infra/ansible/vars/global.yml" + - "/srv/private/ansible/vars.yml" + - "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml" roles: - base - rkhunter - nagios_client - hosts - - { role: openvpn/client, - when: env != "staging" } + - { + role: openvpn/client, + when: env != "staging" + } - ipa/client - collectd/base - mod_wsgi - geoip - - { role: geoip-city-wsgi/app, when: ansible_distribution_major_version|int <= 7 and ansible_distribution == 'RedHat' } + - { + role: geoip-city-wsgi/app, + when: ansible_distribution_major_version|int <= 7 and ansible_distribution == 'RedHat' + } - role: easyfix/gather when: master_sundries_node|bool - role: bz_review_report