Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ git push
```

- Create PR

## Testing
8 changes: 8 additions & 0 deletions ch1-lab-setup/sample/hosts.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[linux]
192.168.100.21


[all:vars]
featureA=disabled


[dev:vars]
featureA=enabled
2 changes: 1 addition & 1 deletion ch2-inventory/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[defaults]
host_key_checking = False
inventory = inventory
inventory = inventory/03-hostgroups-children.ini
9 changes: 4 additions & 5 deletions ch2-inventory/inventory/04-hostvars.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
fakehost.local

[ubuntu]
ubuntu11 ansible_host=192.168.100.11 foo=bar
ubuntu12 ansible_host=192.168.100.12
ubuntu11
ubuntu12

[centos]
centos21 ansible_host=192.168.100.21
centos22 ansible_host=192.168.100.22

centos21
centos22

[linux:children]
ubuntu
Expand Down
1 change: 0 additions & 1 deletion ch2-inventory/inventory/group_vars/all.ini

This file was deleted.

1 change: 0 additions & 1 deletion ch2-inventory/inventory/host_vars/ubuntu11.ini

This file was deleted.