All Projects → Wintus → Ansible Wsl

Wintus / Ansible Wsl

Licence: mit
Provisioning your Windows from inside of WSL by Ansible

Projects that are alternatives of or similar to Ansible Wsl

Ansible Supervisor
Ansible role to set up (the latest or a specific version of) supervisor in Debian-like systems
Stars: ✭ 32 (-5.88%)
Mutual labels:  ansible, ubuntu
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-85.29%)
Mutual labels:  ansible, ubuntu
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (+1355.88%)
Mutual labels:  ansible, ubuntu
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (+908.82%)
Mutual labels:  ansible, ubuntu
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+2385.29%)
Mutual labels:  ansible, ubuntu
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (+1070.59%)
Mutual labels:  ansible, ubuntu
Debops
DebOps - Your Debian-based data center in a box
Stars: ✭ 734 (+2058.82%)
Mutual labels:  ansible, ubuntu
Xwsl
Simple method to install Ubuntu 20.04 with XFCE4 desktop in WSL. Does not require hypervisor, container, or X11 server.
Stars: ✭ 137 (+302.94%)
Mutual labels:  wsl, ubuntu
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-79.41%)
Mutual labels:  ansible, ubuntu
Wsl Programs
A community powered list of programs that work (and those that don't) on the Windows subsystem for Linux
Stars: ✭ 931 (+2638.24%)
Mutual labels:  wsl, ubuntu
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+902.94%)
Mutual labels:  ansible, ubuntu
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-58.82%)
Mutual labels:  ansible, ubuntu
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (-11.76%)
Mutual labels:  ubuntu, wsl
Docker.ubuntu
Docker role for Ansible on Ubuntu 14.04+
Stars: ✭ 457 (+1244.12%)
Mutual labels:  ansible, ubuntu
Wsl Guide
The Hitchhiker's Guide to Bash on Ubuntu on Windows!
Stars: ✭ 186 (+447.06%)
Mutual labels:  wsl, ubuntu
Windows Subsystem For Linux Setup Guide
An in-depth Guide for getting started with the Windows Subsystem for Linux!
Stars: ✭ 565 (+1561.76%)
Mutual labels:  wsl, ubuntu
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (+155.88%)
Mutual labels:  wsl, ubuntu
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (+5841.18%)
Mutual labels:  wsl, ubuntu
Wsl Windows Toolbar Launcher
Adds linux GUI application menu to a windows toolbar
Stars: ✭ 918 (+2600%)
Mutual labels:  wsl, ubuntu
Metabase Playbook
Ansible playbook for setup metabase env
Stars: ✭ 13 (-61.76%)
Mutual labels:  ansible, ubuntu

Ansible-WSL

Provisioning your Windows by Ansible from WSL

concept

Getting Started

Prerequisites

First, follow the Ansible offical setup of Windows hosts: https://docs.ansible.com/ansible/latest/user_guide/windows.html

Next, get the WSL to run Ansible provisioning: https://www.microsoft.com/ja-jp/p/ubuntu-1804-lts/9n9tngvndl3q (This project only supports Ubuntu). After Ubuntu setup in WSL, install Ansible by apt: apt install ansible.

Clone the source:

git clone https://github.com/Wintus/Ansible-WSL
cd Ansible-WSL

Setup

Edit the group_vars/ and/or host_vars/ to setup connection. For details, see the guide:

Samples

Windows group

host_vars/win.yml

ansible_host: localhost
ansible_winrm_server_cert_validation: ignore

# May also be passed on the command-line via --user
ansible_user:

# May also be supplied at runtime with --ask-pass
ansible_password:

WSL group

host_vars/ubuntu.yml

ansible_host: localhost

# May also be passed on the command-line via --user
ansible_user:

# May also be supplied at runtime with --ask-pass
ansible_password:
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].