mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-05 05:50:41 +02:00
convert to local config
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
cloverfield ansible_host=192.168.1.153
|
localhost ansible_connection=local
|
||||||
clovermine ansible_host=192.168.1.154
|
|
||||||
clovermill ansible_host=192.168.1.149
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Raspberry Pi self configuration
|
||||||
|
hosts: localhost
|
||||||
|
user: root
|
||||||
|
connection: local
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
Reference in New Issue
Block a user