convert to local config

This commit is contained in:
Glenn K. Lockwood
2018-10-27 17:35:35 -07:00
parent 5981af269c
commit 3cb92532c1
3 changed files with 8 additions and 7 deletions
+1 -3
View File
@@ -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
+7
View File
@@ -0,0 +1,7 @@
---
- name: Raspberry Pi self configuration
hosts: localhost
user: root
connection: local
roles:
- common
-4
View File
@@ -1,4 +0,0 @@
---
- hosts: all
roles:
- role: common