Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.55 KB

Tim Green Home Config

Ansible Lint check

Non-Interactive Installation Test

Ansible check debian:stable Ansible check debian:latest Ansible check archlinux:latest Ansible check ubuntu:latest

Try it in Docker

docker run -e TERM -e COLORTERM -w /root -it --rm ubuntu sh -uec '
  apt-get update
  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ansible git
  ansible-pull -U https://github.com/timgreen/HomeConfig.git -d $PWD/HomeConfig --tags mini,cli --accept-host-key
  zsh
'

Init

ansible-pull -U https://github.com/timgreen/HomeConfig.git -d $PWD/HomeConfig --tags mini,cli --ask-become-pass --accept-host-key