aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-10 01:04:49 -0800
committerclarkzjw <[email protected]>2022-12-10 01:04:49 -0800
commit027b7bd2633bf57e1c49b29329ad61a039a97869 (patch)
tree4282b6beb76de9898b997138a5531dbaec1e3cff /jinwei.me/config/ansible.cfg
parentcb5f8087f8c69c920f87fd5c219906f0796d6938 (diff)
downloadjinwei.me-027b7bd2633bf57e1c49b29329ad61a039a97869.tar.gz
ansible: add debian init
Diffstat (limited to 'jinwei.me/config/ansible.cfg')
-rw-r--r--jinwei.me/config/ansible.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/jinwei.me/config/ansible.cfg b/jinwei.me/config/ansible.cfg
new file mode 100644
index 0000000..9345045
--- /dev/null
+++ b/jinwei.me/config/ansible.cfg
@@ -0,0 +1,14 @@
1[defaults]
2host_key_checking = False
3transport = ssh
4remote_user = admin
5roles_path = roles
6inventory = inventory
7force_color = True
8interpreter_python = auto_silent
9
10[connection]
11pipelining = True
12
13[privilege_escalation]
14become = True
Powered by cgit v1.2.3 (git 2.41.0)