Initial commit
This commit is contained in:
11
inventories/localhosts
Normal file
11
inventories/localhosts
Normal file
@@ -0,0 +1,11 @@
|
||||
[all]
|
||||
localhost ansible_connection=local ansible_user=bryan
|
||||
|
||||
[htpc]
|
||||
localhost ansible_connection=local ansible_user=bryan
|
||||
|
||||
[workstation]
|
||||
localhost ansible_connection=local ansible_user=bryan
|
||||
|
||||
[laptop]
|
||||
localhost ansible_connection=local ansible_user=bryan
|
||||
16
inventories/remotehosts
Normal file
16
inventories/remotehosts
Normal file
@@ -0,0 +1,16 @@
|
||||
[all]
|
||||
|
||||
[server]
|
||||
bryanroessler.com ansible_user=bryan
|
||||
|
||||
[testing]
|
||||
192.168.122.205 ansible_user=bryan
|
||||
|
||||
[htpc]
|
||||
htpc ansible_user=bryan
|
||||
|
||||
[workstation]
|
||||
workstation ansible_user=bryan
|
||||
|
||||
[laptop]
|
||||
laptop ansible_user=bryan
|
||||
Reference in New Issue
Block a user