Compare commits
3 Commits
84648d8670
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
99f831cfe8
|
|||
|
9e3842eefa
|
|||
|
cfbc0a1771
|
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal 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
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Force all text files to LF in the repository
|
||||||
|
* text=auto eol=lf
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user