mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2025-04-19 17:01:38 +02:00
convert to local config
This commit is contained in:
parent
5981af269c
commit
3cb92532c1
4
hosts
4
hosts
@ -1,3 +1 @@
|
||||
cloverfield ansible_host=192.168.1.153
|
||||
clovermine ansible_host=192.168.1.154
|
||||
clovermill ansible_host=192.168.1.149
|
||||
localhost ansible_connection=local
|
||||
|
7
local.yml
Normal file
7
local.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Raspberry Pi self configuration
|
||||
hosts: localhost
|
||||
user: root
|
||||
connection: local
|
||||
roles:
|
||||
- common
|
Loading…
x
Reference in New Issue
Block a user