Compare commits

..

3 Commits

Author SHA1 Message Date
99f831cfe8 Updated readme 2026-03-18 19:43:14 +00:00
9e3842eefa Added devcontainer 2026-03-18 18:33:32 +00:00
cfbc0a1771 Normalize line endings 2026-03-18 18:31:55 +00:00
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Ansible Development Container",
"image": "ghcr.io/ansible/community-ansible-dev-tools:latest",
"runArgs": [
"--privileged",
"-e",
"GIT_EDITOR=code --wait"
],
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens",
"redhat.ansible",
"redhat.vscode-yaml",
"ms-python.python"
]
}
}
}

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Force all text files to LF in the repository
* text=auto eol=lf

View File

@@ -4,7 +4,7 @@
Rename `inventory/inventory.example.yml` to `inventory/inventory.yml` and adjust the host IPs and usernames as needed. Rename `inventory/inventory.example.yml` to `inventory/inventory.yml` and adjust the host IPs and usernames as needed.
To install and use Ansible on Windows, follow the [WSL Setup Instructions](#wsl-setup-instructions) below. To install and use Ansible on Windows, follow the [WSL Setup Instructions](#wsl-setup-instructions) below or use the provided devcontainer setup.
## Usage ## Usage