mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-04 21:40:46 +02:00
convert to local config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Raspberry Pi self configuration
|
||||
hosts: localhost
|
||||
user: root
|
||||
connection: local
|
||||
roles:
|
||||
- common
|
||||
Reference in New Issue
Block a user