aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-01 21:42:54 -0800
committerGitHub <[email protected]>2023-01-01 21:42:54 -0800
commit946f9ba5625ae8100e7ab5de3cfabd9439e66a71 (patch)
treebb98625a2fde12d31bfe12af83a5ef5a48cbd57e /bean.jinwei.me/config/ansible.cfg
parent246d8da4b825d6a622a4d9efbcf7f0d3b3724222 (diff)
parent55542d3204314c170c123dc066f93b4c8f9ac4bc (diff)
downloadjinwei.me-946f9ba5625ae8100e7ab5de3cfabd9439e66a71.tar.gz
Merge pull request #3 from clarkzjw/bean.jinwei.me
config: add beancount
Diffstat (limited to 'bean.jinwei.me/config/ansible.cfg')
-rw-r--r--bean.jinwei.me/config/ansible.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/bean.jinwei.me/config/ansible.cfg b/bean.jinwei.me/config/ansible.cfg
new file mode 100644
index 0000000..9345045
--- /dev/null
+++ b/bean.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)