-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
1dd7d99
commit b48cce3
Showing
5 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# containsible | ||
|
||
A standard environment for running ansible. | ||
A standard environment for running ansible. | ||
|
||
Includes playbooks and roles, with customisable host files for a | ||
single entrypoint and repeatable environments to allow multiple people interact | ||
across various machines. | ||
|
||
## Usage | ||
|
||
```bash | ||
$ ./containsible run <environment> | ||
``` | ||
|
||
## Installation | ||
|
||
Download the `bootstrap.sh` file | ||
|
||
```bash | ||
# curl | ||
``` | ||
#TODO: Add script here | ||
|
||
#TODO: Add script here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
eval "$(register-python-argcomplete pipx)" | ||
|
||
export PATH="/root/.local/bin:$PATH" | ||
export EDITOR="vim" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters