generated from nicolabelluti/template-ansible
Added bc250 host
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
bc250:
|
||||
hosts:
|
||||
192.168.1.156:
|
||||
vars:
|
||||
ansible_user: deck
|
||||
ansible_ssh_pass: deck
|
||||
@@ -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,5 +1,5 @@
|
||||
- name: Test Playbook
|
||||
hosts: test_hosts
|
||||
hosts: bc250
|
||||
roles:
|
||||
- name: Test Role
|
||||
role: test_role
|
||||
|
||||
Reference in New Issue
Block a user