Added bc250 host

This commit is contained in:
2026-08-26 06:03:50 +02:00
parent 9486f85d1c
commit 49f40991eb
4 changed files with 11 additions and 13 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
# Template | Ansible 👷🏻‍♂️
# BC250 - Config
A template for an Ansible repository
> Configuration for a console/AI server running on an AMD BC250
# Requirements
To use this repository run:
```sh
git clone https://git.nicolabelluti.me/nicolabelluti/template-ansible
cd template-ansible
git clone https://git.nicolabelluti.me/nicolabelluti/bc250-cachyos-handheld
cd bc250-cachyos-handheld
nix develop
```
+6
View File
@@ -0,0 +1,6 @@
bc250:
hosts:
192.168.1.156:
vars:
ansible_user: deck
ansible_ssh_pass: deck
-8
View File
@@ -1,8 +0,0 @@
test_hosts:
hosts:
127.0.0.1:
127.0.0.2:
127.0.0.3:
vars:
ansible_user: username
ansible_ssh_pass: password
+1 -1
View File
@@ -1,5 +1,5 @@
- name: Test Playbook
hosts: test_hosts
hosts: bc250
roles:
- name: Test Role
role: test_role