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
|
# Requirements
|
||||||
|
|
||||||
To use this repository run:
|
To use this repository run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://git.nicolabelluti.me/nicolabelluti/template-ansible
|
git clone https://git.nicolabelluti.me/nicolabelluti/bc250-cachyos-handheld
|
||||||
cd template-ansible
|
cd bc250-cachyos-handheld
|
||||||
nix develop
|
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
|
- name: Test Playbook
|
||||||
hosts: test_hosts
|
hosts: bc250
|
||||||
roles:
|
roles:
|
||||||
- name: Test Role
|
- name: Test Role
|
||||||
role: test_role
|
role: test_role
|
||||||
|
|||||||
Reference in New Issue
Block a user