Update playbooks to generalize
This commit is contained in:
parent
54d396ebf1
commit
20acc5b9a0
@ -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
|
||||
|
@ -99,6 +99,7 @@
|
||||
mode: '0644'
|
||||
with_items:
|
||||
- user_lxc
|
||||
- user_galera
|
||||
|
||||
- name: Disable SSH Agent Forwarding
|
||||
lineinfile:
|
||||
|
1
ansible/playbooks/setup-aio.yml
Normal file
1
ansible/playbooks/setup-aio.yml
Normal file
@ -0,0 +1 @@
|
||||
---
|
Loading…
Reference in New Issue
Block a user