diff options
| author | 2023-02-08 23:21:14 +0400 | |
|---|---|---|
| committer | 2023-02-08 19:21:14 +0000 | |
| commit | be393aeab0e27fa28d033ad6a687f58e35fe4e79 (patch) | |
| tree | e123d1ec2140ba932a903ff6292a7879db4c3bbe /inventory.yaml | |
| 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 'inventory.yaml')
| -rw-r--r-- | inventory.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/inventory.yaml b/inventory.yaml deleted file mode 100644 index 5b71acf..0000000 --- a/inventory.yaml +++ /dev/null @@ -1,30 +0,0 @@ -all: - hosts: - turing: - ansible_host: turing.box.pydis.wtf - wireguard_subnet: 10.1.0.0/16 - lovelace: - ansible_host: lovelace.box.pydis.wtf - wireguard_subnet: 10.2.0.0/16 - hopper: - ansible_host: hopper.box.pydis.wtf - wireguard_subnet: 10.3.0.0/16 - ritchie: - ansible_host: ritchie.box.pydis.wtf - wireguard_subnet: 10.4.0.0/16 - neumann: - ansible_host: neumann.box.pydis.wtf - wireguard_subnet: 10.5.0.0/16 - - children: - podman: - hosts: - turing: - lovelace: - hopper: - ritchie: - nginx: - hosts: - turing: - ritchie: - neumann: |