Skip to content

Commit 9ee4081

Browse files
author
Mike Edwards
committed
Initial setup of the libcxx ansible folder.
1 parent fb40982 commit 9ee4081

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

configs/libcxx-ansible/.pylintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[MASTER]
2+
jobs=0
3+
load-plugins=pylint.extensions.redefined_variable_type, pylint.extensions.docparams
4+
disable=bad-continuation,trailing-newlines
5+
max-line-length=160
6+

configs/libcxx-ansible/.yamllint

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
3+
extends: default
4+
5+
ignore: |
6+
roles/test
7+
8+
rules:
9+
line-length: {max: 320, allow-non-breakable-words: true}
10+
new-line-at-end-of-file:
11+
level: warning
12+
truthy:
13+
allowed-values: ['true', 'false', 'yes', 'no']
14+
check-keys: true

configs/libcxx-ansible/ansible.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[ssh_connection]
2+
ssh_args = -C -o ControlMaster=auto -o ControlPersist=30m
3+
[defaults]
4+
inventory=inventories/libcxx.yaml
5+
6+
# Use the YAML callback plugin.
7+
stdout_callback = yaml
8+
# Use the stdout_callback when running ad-hoc commands.
9+
bin_ansible_callbacks = True
10+
vault_password_file=.vault_password
11+
12+
[local]
13+
localhost ansible_connection=local
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pylint
2+
yamllint
3+
jmespath
4+

0 commit comments

Comments
 (0)