ansible-host: Remove some packages not related to ansible
This commit is contained in:
parent
d759e5d4db
commit
8ecbc19c75
2 changed files with 10 additions and 3 deletions
|
@ -24,3 +24,13 @@
|
||||||
- base
|
- base
|
||||||
- ansible-host
|
- ansible-host
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: install packages
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: installed
|
||||||
|
with_items:
|
||||||
|
- libvirt-client
|
||||||
|
- virt-install
|
||||||
|
- yamllint
|
||||||
|
|
|
@ -11,10 +11,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- ansible
|
- ansible
|
||||||
- git
|
- git
|
||||||
- libvirt-client
|
|
||||||
- python3-netaddr # required by iptables role
|
- python3-netaddr # required by iptables role
|
||||||
- virt-install
|
|
||||||
- yamllint
|
|
||||||
|
|
||||||
- name: create private directory and force permissions
|
- name: create private directory and force permissions
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue