refactor: removing ansible to be designed at a later date.

This commit is contained in:
Strix 2023-10-20 16:02:15 +02:00
parent 4af039070f
commit 6f9989205b
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 0 additions and 41 deletions

View file

@ -1,2 +0,0 @@
This is our ansible setup.
This will only

View file

@ -1,25 +0,0 @@
### HOSTS ###
core:
hosts:
keymaker:
apoc:
entertainment:
hosts:
kid:
experimental:
hosts:
mouse:
### GROUPS ###
production:
children:
core:
entertainment:
testing:
children:
experimental:

View file

@ -1,14 +0,0 @@
---
- name: Update system
hosts: all
remote_user: root
tasks:
- name: "update all packages"
ansible.builtin.apt:
name: "*"
state: latest
- name: "update /neb"
ansible.builtin.git:
repo: git@git.ixvd.net:ixvd/secrets
dest: /etc/ixvd/secrets