Skip to content

Commit cb548d2

Browse files
committed
Remove old/broken examples, moving to pyinfra-examples repository
Many of these are broken and they constantly fail tests when there's no actual pyinfra issue. They will be moved into the pyinfra-examples repo under a folder and cleaned up.
1 parent b013ca9 commit cb548d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2
-2912
lines changed

examples/.gitignore

-1
This file was deleted.

examples/README.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
# Examples using pyinfra
2-
3-
This directory contains examples demonstrating how pyinfra could be used.
4-
5-
Note: many of these require running as a privileged user or by passing `--sudo`.
6-
7-
Be sure to check out:
8-
9-
[DigitalOcean](digitalocean/README.md)
10-
11-
[PXE Server to install Ubuntu Server over network](pxe/README.md)
12-
13-
[PXE Server using NFS for installation of Ubuntu Server](pxe_with_nfs/README.md)
14-
15-
[Python web server](python_webserver/README.md)
16-
17-
[SSH](ssh_demo/README.md)
18-
19-
[Vagrant](vagrant/README.md)
20-
21-
[VirtualBox](virtualbox/README.md)
1+
[Examples have been moved to the **pyinfra-examples** repository](https://github.com/pyinfra-dev/pyinfra-examples).

examples/api_deploy.py

-124
This file was deleted.

examples/apk.py

-11
This file was deleted.

examples/apt.py

-40
This file was deleted.

examples/brew.py

-29
This file was deleted.

examples/choco.py

-17
This file was deleted.

examples/digitalocean/README.md

-47
This file was deleted.

examples/digitalocean/do.py

-73
This file was deleted.

examples/digitalocean/files/remove_10_on_eth0.bash

-6
This file was deleted.

examples/digitalocean/remove_10_ip.py

-13
This file was deleted.

0 commit comments

Comments
 (0)