Skip to content
Snippets Groups Projects
Verified Commit 30934b79 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

[base] Deploy basic packages

parent 1b970a4c
No related branches found
No related tags found
1 merge request!7Base playbook
---
# Playbook to deploy common Crans configuration and tools
- hosts: all
roles: [] # TODO
roles:
- common-tools
---
- name: Install common tools
apt:
update_cache: true
name:
- sudo
- molly-guard # prevent reboot
- ntp # network time sync
- apt # better than apt-get
- rsync # backuppc
register: apt_result
retries: 3
until: apt_result is succeeded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment