initial commit
This commit is contained in:
commit
800836b2d9
23 changed files with 609 additions and 0 deletions
9
roles/install-packages/tasks/deb.yml
Normal file
9
roles/install-packages/tasks/deb.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: install packages (Debian/Ubuntu)
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
with_items:
|
||||
- "{{ common_pkgs }}"
|
||||
- dnsutils
|
Loading…
Add table
Add a link
Reference in a new issue