Initial commit. This repo contains ansible CM that describes ECG infrastructure.
A test server (acacia root server) is already included in the inventory, with an ecg admin account.
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
## DebOps project environment
|
||||
# See https://docs.debops.org/en/master/user-guide/project-directories.html
|
||||
|
||||
# Autogenerated by the debops script
|
||||
/ansible.cfg
|
||||
|
||||
# Symlink your debops package here for path consistency
|
||||
/debops
|
||||
|
||||
# Workshop directories for unfinished roles
|
||||
/roles
|
||||
/playbooks
|
||||
|
||||
# Local environment configuration
|
||||
.env
|
||||
|
||||
#-- python
|
||||
*.py[co]
|
||||
|
||||
#-- vim
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
#-- Emacs
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
*.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
|
||||
#-- SublimeText
|
||||
*.sublime-workspace
|
||||
#*.sublime-project
|
||||
|
||||
#-- sftp configuration file
|
||||
sftp-config.json
|
||||
Reference in New Issue
Block a user