-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Feb 17, 2017
1 parent
29b53e1
commit cdeb30b
Showing
5 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config | ||
info | ||
logfile | ||
rootfs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
BASEDIR:=$(shell dab basedir) | ||
|
||
all: info/init_ok | ||
dab bootstrap | ||
dab finalize | ||
|
||
info/init_ok: dab.conf | ||
dab init | ||
touch $@ | ||
|
||
.PHONY: clean | ||
clean: | ||
dab clean | ||
rm -f *~ | ||
|
||
.PHONY: dist-clean | ||
dist-clean: | ||
dab dist-clean | ||
rm -f *~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Suite: xenial | ||
CacheDir: ../cache | ||
#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse | ||
#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse | ||
#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse | ||
Architecture: amd64 | ||
Name: ansible | ||
Version: 16.04-1 | ||
Section: system | ||
Maintainer: Nathan Gardiner <[email protected]> | ||
Infopage: http://pve.proxmox.com/wiki/Ubuntu_Xenial_Standard | ||
Description: Ansible Environment | ||
A small Ubuntu Xenial system including all standard packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
BASEDIR:=$(shell dab basedir) | ||
|
||
all: info/init_ok | ||
dab bootstrap | ||
dab finalize | ||
|
||
info/init_ok: dab.conf | ||
dab init | ||
touch $@ | ||
|
||
.PHONY: clean | ||
clean: | ||
dab clean | ||
rm -f *~ | ||
|
||
.PHONY: dist-clean | ||
dist-clean: | ||
dab dist-clean | ||
rm -f *~ |