working nginx stream proxy
This commit is contained in:
21
ansible.md
Normal file
21
ansible.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Ansible
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
pacman -S ansible ansible-core python-kubernetes
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
ansible kubernetes -m ping -i inventory.yaml
|
||||
```
|
||||
|
||||
## Updates
|
||||
|
||||
```bash
|
||||
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-kubernetes-nodes.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-colors.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-apt.yaml
|
||||
```
|
||||
Reference in New Issue
Block a user