added ansible configuration and deployment script
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
inventory.ini
|
||||
5
ansible.cfg
Normal file
5
ansible.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
[defaults]
|
||||
interpreter_python = auto_silent
|
||||
inventory = inventory.ini
|
||||
remote_user = root
|
||||
nocows = True
|
||||
Reference in New Issue
Block a user