Update playbooks to generalize

This commit is contained in:
Neil Hanlon 2022-01-22 18:44:47 -05:00
parent 54d396ebf1
commit 20acc5b9a0
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
3 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,7 @@
mode: 0744
owner: 'root'
group: 'root'
when: not aio_install
tags:
- interfaces
@ -143,7 +144,7 @@
- name: Install packages on non-infra hosts
when: tag.find("infra") == -1
when: tag.find("infra") == -1 or aio_install
ansible.builtin.dnf:
name:
- iputils

View File

@ -99,6 +99,7 @@
mode: '0644'
with_items:
- user_lxc
- user_galera
- name: Disable SSH Agent Forwarding
lineinfile:

View File

@ -0,0 +1 @@
---