Update playbooks to generalize
This commit is contained in:
parent
54d396ebf1
commit
20acc5b9a0
@ -86,6 +86,7 @@
|
|||||||
mode: 0744
|
mode: 0744
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: 'root'
|
||||||
|
when: not aio_install
|
||||||
tags:
|
tags:
|
||||||
- interfaces
|
- interfaces
|
||||||
|
|
||||||
@ -143,7 +144,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: Install packages on non-infra hosts
|
- name: Install packages on non-infra hosts
|
||||||
when: tag.find("infra") == -1
|
when: tag.find("infra") == -1 or aio_install
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name:
|
name:
|
||||||
- iputils
|
- iputils
|
||||||
|
@ -99,6 +99,7 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
with_items:
|
with_items:
|
||||||
- user_lxc
|
- user_lxc
|
||||||
|
- user_galera
|
||||||
|
|
||||||
- name: Disable SSH Agent Forwarding
|
- name: Disable SSH Agent Forwarding
|
||||||
lineinfile:
|
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