diff options
| author | 2023-02-08 23:21:14 +0400 | |
|---|---|---|
| committer | 2023-02-08 19:21:14 +0000 | |
| commit | be393aeab0e27fa28d033ad6a687f58e35fe4e79 (patch) | |
| tree | e123d1ec2140ba932a903ff6292a7879db4c3bbe /ansible.cfg | |
| parent | Add 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.cfg | 3 |
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 |