aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2023-02-08 23:21:14 +0400
committerGravatar GitHub <[email protected]>2023-02-08 19:21:14 +0000
commitbe393aeab0e27fa28d033ad6a687f58e35fe4e79 (patch)
treee123d1ec2140ba932a903ff6292a7879db4c3bbe /ansible.cfg
parentAdd MOTD and sudo lecture roles (#76) (diff)
Update & Deploy Kubespray (#77)
* Move Kubespray Inventory Move the kuberspray inventory to the repo root to make accessing it easier, and unify inventories. * Document Kubespray Deploy Instructions Signed-off-by: Hassan Abouelela <[email protected]> * Ignore Kubespray In Ansible Lint Signed-off-by: Hassan Abouelela <[email protected]> * Fix Ansible Lint The `.github` folder was inappropriately being included in linting due to actions being in yaml format. Signed-off-by: Hassan Abouelela <[email protected]> --------- Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index e1faee5..e174a75 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,9 +1,10 @@
[defaults]
remote_user=root
-vault_password_file = ./vault_passwords
+inventory = inventory/hosts.yaml
[privilege_escalation]
become = yes
+become_user = root
[connection]
pipelining = True