refactor: removing ansible to be designed at a later date.
This commit is contained in:
parent
4af039070f
commit
6f9989205b
3 changed files with 0 additions and 41 deletions
|
@ -1,2 +0,0 @@
|
|||
This is our ansible setup.
|
||||
This will only
|
|
@ -1,25 +0,0 @@
|
|||
### HOSTS ###
|
||||
|
||||
core:
|
||||
hosts:
|
||||
keymaker:
|
||||
apoc:
|
||||
|
||||
entertainment:
|
||||
hosts:
|
||||
kid:
|
||||
|
||||
experimental:
|
||||
hosts:
|
||||
mouse:
|
||||
|
||||
### GROUPS ###
|
||||
|
||||
production:
|
||||
children:
|
||||
core:
|
||||
entertainment:
|
||||
|
||||
testing:
|
||||
children:
|
||||
experimental:
|
|
@ -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
|
Loading…
Reference in a new issue