mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-05 05:50:41 +02:00
break out logic into separate files; improve data structure that maps localhost to system-specific settings
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
---
|
||||
### Hosts that must be present in /etc/hosts
|
||||
etc_hosts_contents:
|
||||
- { name: 'clovermill', ip: '192.168.1.149' }
|
||||
- { name: 'cloverfield', ip: '192.168.1.153' }
|
||||
- { name: 'clovermine', ip: '192.168.1.154' }
|
||||
macaddrs:
|
||||
b8:27:eb:39:d7:57:
|
||||
hostname: "clovermine"
|
||||
ip: "192.168.1.154"
|
||||
|
||||
### Users that must be present on the system
|
||||
create_users:
|
||||
|
||||
Reference in New Issue
Block a user