forked from docker-library/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request docker-library#79 from drybjed/fix-rtfd-problems
Proper fix for rtfd.org issues
- Loading branch information
Showing
19 changed files
with
17 additions
and
22 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
Submodule ansible-bootstrap
updated
from 64a25b to 5a0869
Submodule ansible-core
deleted from
5d980d
Submodule ansible-dhcpd
updated
7 files
+0 −17 | CHANGES.rst | |
+2 −40 | defaults/main.yml | |
+1 −7 | docs/defaults-configuration.rst | |
+0 −13 | tasks/main.yml | |
+9 −10 | templates/etc/dhcp/dhcpd.conf.j2 | |
+0 −57 | templates/etc/dhcp/ipxe.j2 | |
+20 −45 | templates/etc/dhcp/macros.j2 |
Submodule ansible-dovecot
updated
from 438518 to 6af96b
Submodule ansible-ifupdown
updated
6 files
+0 −21 | CHANGES.rst | |
+0 −9 | defaults/main.yml | |
+8 −0 | tasks/divert_interfaces.yml | |
+19 −4 | tasks/generate_interfaces.yml | |
+0 −12 | tasks/main.yml | |
+0 −3 | templates/etc/network/interfaces.d/bridge.j2 |
Submodule ansible-libvirt
updated
from dd642b to 4e442f
Submodule ansible-mariadb
updated
from 2ac572 to 706958
Submodule ansible-mariadb_server
updated
from 8ec748 to 2c3b02
Submodule ansible-postfix
updated
from 829a6d to 5caa18
Submodule ansible-rsnapshot
updated
from 3671cc to a4dca9
Submodule ansible-secret
updated
from 66e012 to 431e17
Submodule ansible-snmpd
updated
from d5124b to ce982a
Submodule ansible-tgt
updated
from d5e546 to ea977c
Submodule ansible-tinc
updated
4 files
+0 −9 | CHANGES.rst | |
+0 −9 | defaults/main.yml | |
+2 −2 | handlers/main.yml | |
+1 −1 | tasks/main.yml |
Submodule debops
updated
8 files
+1 −6 | CHANGES.rst | |
+7 −6 | README.rst | |
+2 −2 | bin/debops | |
+13 −1 | bin/debops-update | |
+2 −9 | docs/configuration.rst | |
+0 −4 | docs/installation.rst | |
+1 −1 | misc/scripts/bootstrap-ansible.sh | |
+3 −3 | setup.py |
Submodule debops-playbooks
updated
20 files
+1 −64 | CHANGELOG.rst | |
+4 −4 | docs/custom-features.rst | |
+1 −1 | docs/guides/getting-started.rst | |
+1 −1 | docs/guides/linux-containers.rst | |
+3 −3 | docs/guides/local-apt-repository.rst | |
+2 −2 | docs/introduction.rst | |
+2 −2 | docs/playbook-layout.rst | |
+4 −0 | galaxy/requirements-testing.txt | |
+5 −12 | galaxy/requirements.txt | |
+8 −17 | playbooks/applications.yml | |
+209 −3 | playbooks/bootstrap.yml | |
+17 −48 | playbooks/common.yml | |
+0 −7 | playbooks/files/etc/ansible/facts.d/timezone.fact | |
+39 −87 | playbooks/lookup_plugins/file_src.py | |
+39 −87 | playbooks/lookup_plugins/task_src.py | |
+39 −87 | playbooks/lookup_plugins/template_src.py | |
+0 −8 | playbooks/networking.yml | |
+0 −32 | playbooks/services.yml | |
+0 −16 | playbooks/systems.yml | |
+6 −16 | playbooks/virtualization.yml |