Browse Source

Restructure a bit.

master
Chris Smith 9 years ago
parent
commit
41fd6b2df9
4 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.md
  2. 0
    0
      inventories/inventory.yml
  3. 0
    0
      playbooks/all.yml
  4. 0
    0
      playbooks/common.yml

+ 3
- 0
README.md View File

@@ -7,3 +7,6 @@ servers.
7 7
 Most of the interesting stuff is found in the roles contained in the
8 8
 [DMDirc/ansible-roles](https://github.com/DMDirc/ansible-roles) repo.
9 9
 
10
+To run all of the playbooks:
11
+
12
+    ansible-playbook -i inventories/inventory.yml -u root playbooks/all.yml

hosts → inventories/inventory.yml View File


all.yml → playbooks/all.yml View File


common.yml → playbooks/common.yml View File


Loading…
Cancel
Save