1
0
Fork 0

Add host "articles.crypto-libertarian.com"

This commit is contained in:
Alex Kotov 2020-01-14 14:57:03 +05:00
parent 9ea9a70690
commit 0a24b998d2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
8 changed files with 28 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/playbooks/*.retry
/vendor/*
!/vendor/.keep

9
ansible.cfg Normal file
View File

@ -0,0 +1,9 @@
[defaults]
ask_vault_pass = true
inventory = inventories/production
strategy = mitogen_linear
strategy_plugins = vendor/mitogen-0.2.8/ansible_mitogen/plugins/strategy
[privilege_escalation]
become = true
become_ask_pass = false

View File

@ -0,0 +1,2 @@
---
ansible_python_interpreter: /usr/bin/python3

View File

@ -0,0 +1,9 @@
---
ansible_become_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
34666635646363306135643061373934383362663036313638333365666166376364646332663638
6531643538666566366562623739363664313734363736310a356566336161633435666138666466
36363063333533666637353561383630356264643834376339353438636332623030346164366233
6334396234303033370a313536333264396230626565653939313064663264626666373864353561
61633132663463623939646165656638343732623434623265643937333837393536363563356164
3739363831613035656436356632663137653462363263653634

View File

@ -0,0 +1 @@
articles.crypto-libertarian.com

View File

@ -3,3 +3,6 @@
module_defaults:
apt:
force_apt_get: true
roles:
- role: kotovalexarian.common
tags: common

View File

@ -1 +1,3 @@
---
- src: kotovalexarian.common
version: v0.0.3

0
vendor/.keep vendored Normal file
View File