convert to local config

local
Glenn K. Lockwood 6 years ago
parent 5981af269c
commit 3cb92532c1
  1. 4
      hosts
  2. 7
      local.yml
  3. 4
      site.yml

@ -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

@ -1,4 +0,0 @@
---
- hosts: all
roles:
- role: common
Loading…
Cancel
Save