mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
some packages need to be installed before first run
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
# Install our baseline packages for all machines, irrespective of what role they might have
|
||||||
---
|
---
|
||||||
|
- name: Install bootstrap packages
|
||||||
|
apt:
|
||||||
|
name: "{{ packages }}"
|
||||||
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
vars:
|
||||||
|
packages:
|
||||||
|
- ansible
|
||||||
|
- python3
|
||||||
|
- python3-apt
|
||||||
|
- gpg
|
||||||
|
|
||||||
- name: Add Thunix Repo
|
- name: Add Thunix Repo
|
||||||
apt_key:
|
apt_key:
|
||||||
url: http://deb.thunix.net/release.key
|
url: http://deb.thunix.net/release.key
|
||||||
|
|||||||
Reference in New Issue
Block a user