diff --git a/group_vars/all/vars b/group_vars/all/vars
index 8589e2a..ffa32c0 100644
--- a/group_vars/all/vars
+++ b/group_vars/all/vars
@@ -1,9 +1,7 @@
---
initial_master: master1
-scw_token: "{{ scw_token_vault }}"
-scw_authorized_keys:
- - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRX1scknsDkFvi1DRfNzYKPpyn9x4tiPjqkSlCQnXtmZUmK8ssYAQrM9iSIszT1tr5nQERBAHtUMjSJN8Ofi42LCJWakdYiSQSaSx3kM4TpYx8bKTEX2oxdifOovaGyn7jz8DmTipJLlrxjkQZ0HU8f6lhNPpke/jGioH6lvVtUVVDb1Ny+ygvoJsZHPuU/KSSnFED91sNrSoE8NGa29gPBrDMUZHSZVJW8+c0DWENxKpu7TKx/s64SsT3jX6gx76J/umvS7OfDu1SXg9lX6+1OUQMexjRImmzUy4VFrJAf9iAVvwYI5RlcLR9j2DbNBg0gikLAc+1OeBQcGrwYzid froidmpa@froidmpa-2017-07-31
- - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMPhCld0dsDzpdkMvPRdiwd6IX8HF8Mb2V6uQzBl8/syeny8FbZxlZR8gk39RGxNYcLaZ+nA50DS6mOIplXCGdtozfw0Vm+FdITN3apMufWIdobG7Igs1vxKBBbkAb5lwxkEFUCUMzPdCLFHd5zabVH0WE42Be8+hYPLd5W/ikPCOgxRaGwryHHroxRMdkD3PcNE8upSEMdGl51pzgXhO6Fcig8UokOYHxV92SiQ0KEsCbc+oe8e9Gkr7g78tz+6YcTYLY2p2ygR7Vrh/WyTaUVnrNNqL8NIqp+Lc2kVtnqGXHFBJ0Wggaly+AeKWygy+dnOMEGSirhQ6/dUcB/Phz phfroidmont@archdesktop-2017-07-31
+tinc_primary_router: proxy1
+vpn_interface: tun0
k8s_release: "1.10.6"
k8s_apiserver_secure_port: "6443"
@@ -41,11 +39,3 @@ harden_linux_sshguard_whitelist:
- "10.3.0.0/24"
- "10.200.0.0/16"
-peervpn_conf_networkname: "peervpn"
-peervpn_conf_psk: "{{k8s_peervpn_pre_shared_key}}"
-peervpn_conf_initpeers: "{{ hostvars[groups['k8s_worker'][0]].public_ip }} {{ peervpn_conf_port }}"
-peervpn_conf_enabletunneling: "yes"
-peervpn_conf_interface: "tap0"
-peervpn_conf_port: 7000
-peervpn_conf_enableipv6: "no"
-
diff --git a/group_vars/k8s_master b/group_vars/k8s_master
deleted file mode 100644
index 1a9233c..0000000
--- a/group_vars/k8s_master
+++ /dev/null
@@ -1 +0,0 @@
-peervpn_conf_ifconfig4: "10.3.0.{{ index }}/24"
diff --git a/group_vars/k8s_worker b/group_vars/k8s_worker
deleted file mode 100644
index d0d347f..0000000
--- a/group_vars/k8s_worker
+++ /dev/null
@@ -1,14 +0,0 @@
-peervpn_conf_ifconfig4: "10.3.0.{{ 100+(index|int) }}/24"
-harden_linux_ufw_rules:
- - rule: "allow"
- to_port: "22"
- protocol: "tcp"
- - rule: "allow"
- to_port: "7000"
- protocol: "udp"
- - rule: "allow"
- to_port: "80"
- protocol: "tcp"
- - rule: "allow"
- to_port: "443"
- protocol: "tcp"
diff --git a/host_vars/localhost b/host_vars/localhost
index da074e2..1336e9e 100644
--- a/host_vars/localhost
+++ b/host_vars/localhost
@@ -1,5 +1,4 @@
---
-peervpn_conf_ifconfig4: "10.3.0.100/24"
harden_linux_sshd_settings_user:
"^Port ": "Port 22"
harden_linux_ufw_rules:
diff --git a/k8s.yml b/k8s.yml
index 6825fbe..87b8a07 100644
--- a/k8s.yml
+++ b/k8s.yml
@@ -23,4 +23,4 @@
- role: lego
tags: lego
- role: kubernetes-dashboard
- tags: dashboard
\ No newline at end of file
+ tags: dashboard
diff --git a/roles/cfssl/LICENSE b/roles/cfssl/LICENSE
deleted file mode 100644
index 9cecc1d..0000000
--- a/roles/cfssl/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/roles/cfssl/README.md b/roles/cfssl/README.md
deleted file mode 100644
index f2446f8..0000000
--- a/roles/cfssl/README.md
+++ /dev/null
@@ -1,60 +0,0 @@
-ansible-role-cfssl
-==================
-
-Installes CFSSL (CloudFlare's PKI toolkit) binaries. I used it as a lightweight certificate authority (CA) for Kubernetes. This Ansible playbook is used in [Kubernetes the not so hard way with Ansible (at Scaleway) - part 4 - certificate authority](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-4/).
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too.
-
-The tag `v1.0.0_r1.2.0` means that this is the release `v1.0.0` of the Ansible role which uses release `r1.2.0` of CFSSL.
-
-Changelog
----------
-
-**v2.0.2_r1.2.0**
-
-- update documentation of variables / update README
-
-**v2.0.1_r1.2.0**
-
-- variable values should be strings
-
-**v2.0.0_r1.2.0**
-
-- removed `cfssl_conf_directory` variable (not needed as this role only installs the CFSSL binaries)
-
-**v1.0.0_r1.2.0**
-
-- initial release
-
-
-Role Variables
---------------
-
-```
-#Specifies the version of CFSSL toolkit we want to download and use
-cfssl_version: "R1.2"
-# The directory where CFSSL binaries will be installed
-cfssl_bin_directory: "/usr/local/bin"
-```
-
-Example Playbook
-----------------
-
-```
-- hosts: k8s_ca
- roles:
- - githubixx.cfssl
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-http://www.tauceti.blog
diff --git a/roles/cfssl/defaults/main.yml b/roles/cfssl/defaults/main.yml
deleted file mode 100644
index 9279945..0000000
--- a/roles/cfssl/defaults/main.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-#Specifies the version of CFSSL toolkit we want to download and use
-cfssl_version: "R1.2"
-# The directory where CFSSL binaries will be installed
-cfssl_bin_directory: "/usr/local/bin"
diff --git a/roles/cfssl/handlers/main.yml b/roles/cfssl/handlers/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/cfssl/handlers/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/cfssl/meta/main.yml b/roles/cfssl/meta/main.yml
deleted file mode 100644
index 6e53912..0000000
--- a/roles/cfssl/meta/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Installs CFSSL PKI toolkit
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - tls
- - certificate
- - ca
- - security
diff --git a/roles/cfssl/tasks/main.yml b/roles/cfssl/tasks/main.yml
deleted file mode 100644
index 1d4fcf3..0000000
--- a/roles/cfssl/tasks/main.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: Download statically linked cfssl binary
- get_url:
- url: https://pkg.cfssl.org/{{cfssl_version}}/cfssl_linux-amd64
- dest: "{{cfssl_bin_directory}}/cfssl"
- mode: 0755
- checksum: sha256:eb34ab2179e0b67c29fd55f52422a94fe751527b06a403a79325fed7cf0145bd
- tags:
- - cfssl
-
-- name: Download statically linked cfssljson binary
- get_url:
- url: https://pkg.cfssl.org/{{cfssl_version}}/cfssljson_linux-amd64
- dest: "{{cfssl_bin_directory}}/cfssljson"
- mode: 0755
- tags:
- - cfssl
diff --git a/roles/cfssl/tests/inventory b/roles/cfssl/tests/inventory
deleted file mode 100644
index d18580b..0000000
--- a/roles/cfssl/tests/inventory
+++ /dev/null
@@ -1 +0,0 @@
-localhost
\ No newline at end of file
diff --git a/roles/cfssl/tests/test.yml b/roles/cfssl/tests/test.yml
deleted file mode 100644
index 4afe69b..0000000
--- a/roles/cfssl/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - cfssl
\ No newline at end of file
diff --git a/roles/cfssl/vars/main.yml b/roles/cfssl/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/cfssl/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yml
index b685df2..1bf88ae 100644
--- a/roles/docker/tasks/main.yml
+++ b/roles/docker/tasks/main.yml
@@ -40,11 +40,11 @@
state: present
filename: 'docker'
- # TODO fix this - fails when ip route is using tun0 in scaleway
- - name: Explictly create docker0
+ - name: Explicitly create docker0
shell: |
ip link add name docker0 type bridge || true
ip addr add dev docker0 172.17.0.1/16 || true
+ changed_when: no
- name: Install docker-ce
apt:
@@ -86,6 +86,7 @@
- name: Getting Docker version
shell: "docker --version"
register: docker_version
+ changed_when: no
- name: Printing Docker version
debug: var=docker_version
diff --git a/roles/githubixx.flanneld/.gitignore b/roles/githubixx.flanneld/.gitignore
deleted file mode 100644
index 8793994..0000000
--- a/roles/githubixx.flanneld/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.swp
-*.retry
diff --git a/roles/githubixx.flanneld/LICENSE b/roles/githubixx.flanneld/LICENSE
deleted file mode 100644
index 9cecc1d..0000000
--- a/roles/githubixx.flanneld/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/roles/githubixx.flanneld/README.md b/roles/githubixx.flanneld/README.md
deleted file mode 100644
index 11275de..0000000
--- a/roles/githubixx.flanneld/README.md
+++ /dev/null
@@ -1,115 +0,0 @@
-ansible-role-flanneld
-=====================
-
-This Ansible playbook is used in [Kubernetes the not so hard way with Ansible (at Scaleway) - Part 7 - Worker](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-7/). It installes flanneld which provides functionality for the Kubernetes pod network (makes it possible for pods on different hosts to communicate).
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org) (well kind of). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `v4.0.0_r0.10.0` means this is version `4.0.0` of this role and it's meant to be used with Flannel version `0.10.0` (but maybe also works with higher versions). If the role itself changes `vX.Y.Z` will increase. If the Flannel version changes `rX.Y.Z` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Flannel release.
-
-Requirements
-------------
-
-This role must be rolled out before Docker is installed. Additionally etcd must be running (but without that you won't have any part of Kubernetes running anyways ;-) ). During run the playbook will connect to the first node it finds in the `k8s_etcd` group and executes `etcdclt` there to add a new entry into etcd. That entry contains the flannel network config and it is located at "`flannel_etcd_prefix`/config".
-
-Changelog
----------
-
-**v4.0.0_r0.10.0**
-
-- upgrade to Flannel v0.10.0
-- major refactoring
-- introduce flexible parameter settings for flannel daemon via `flannel_settings` and `flannel_settings_user`
-
-**>= v3.0.0_r0.9.1**
-
-- no change log available
-
-Role Variables
---------------
-
-```
-# The interface on which the K8s services should listen on. As all cluster
-# communication should use the PeerVPN interface the interface name is
-# normally "tap0" or "peervpn0".
-k8s_interface: "tap0"
-# The directory to store the K8s certificates and other configuration
-k8s_conf_dir: "/var/lib/kubernetes"
-# CNI network plugin settings
-k8s_cni_conf_dir: "/etc/cni/net.d"
-# The directory from where to copy the K8s certificates. By default this
-# will expand to user's LOCAL $HOME (the user that run's "ansible-playbook ..."
-# plus "/k8s/certs". That means if the user's $HOME directory is e.g.
-# "/home/da_user" then "k8s_ca_conf_directory" will have a value of
-# "/home/da_user/k8s/certs".
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-
-etcd_conf_dir: "/etc/etcd"
-etcd_bin_dir: "/usr/local/bin"
-etcd_client_port: 2379
-etcd_certificates:
- - ca-etcd.pem
- - ca-etcd-key.pem
- - cert-etcd.pem
- - cert-etcd-key.pem
-
-flannel_version: "v0.10.0"
-flannel_etcd_prefix: "/kubernetes-cluster/network"
-flannel_ip_range: "10.200.0.0/16"
-flannel_backend_type: "vxlan"
-flannel_cni_name: "podnet"
-flannel_subnet_file_dir: "/run/flannel"
-flannel_options_dir: "/etc/flannel"
-flannel_bin_dir: "/usr/local/sbin"
-flannel_cni_conf_file: "10-flannel"
-
-flannel_systemd_restartsec: "5"
-flannel_systemd_limitnofile: "40000"
-flannel_systemd_limitnproc: "1048576"
-
-flannel_settings:
- "etcd-cafile": "{{k8s_conf_dir}}/ca-etcd.pem"
- "etcd-certfile": "{{k8s_conf_dir}}/cert-etcd.pem"
- "etcd-keyfile": "{{k8s_conf_dir}}/cert-etcd-key.pem"
- "etcd-prefix": "{{flannel_etcd_prefix}}"
- "iface": "{{k8s_interface}}"
- "public-ip": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "subnet-file": "{{flannel_subnet_file_dir}}/subnet.env"
- "ip-masq": "true"
- "healthz-ip": "0.0.0.0"
- "healthz-port": "0" # 0 = disable
-```
-
-The settings for Flannel daemon defined in `flannel_settings` can be overriden by defining a variable called `flannel_settings_user`. You can also add additional settings by using this variable. E.g. to override `healthz-ip` default value and add `kubeconfig-file` setting add the following settings to `group_vars/all.yml` or `group_vars/k8s.yml` or where ever it fit's best for you:
-
-```
-flannel_settings_user:
- "healthz-ip": "1.2.3.4"
- "kubeconfig-file": "/etc/k8s/k8s.cfg"
-```
-
-Dependencies
-------------
-
-https://galaxy.ansible.com/githubixx/etcd/ installed.
-
-Example Playbook
-----------------
-
-```
-- hosts: k8s:children
- roles:
- - githubixx.kubernetes-flanneld
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-[http://www.tauceti.blog](http://www.tauceti.blog)
-
diff --git a/roles/githubixx.flanneld/defaults/main.yml b/roles/githubixx.flanneld/defaults/main.yml
deleted file mode 100644
index 3cd2575..0000000
--- a/roles/githubixx.flanneld/defaults/main.yml
+++ /dev/null
@@ -1,50 +0,0 @@
----
-# The interface on which the K8s services should listen on. As all cluster
-# communication should use the PeerVPN interface the interface name is
-# normally "tap0" or "peervpn0".
-k8s_interface: "tap0"
-# The directory to store the K8s certificates and other configuration
-k8s_conf_dir: "/var/lib/kubernetes"
-# CNI network plugin settings
-k8s_cni_conf_dir: "/etc/cni/net.d"
-# The directory from where to copy the K8s certificates. By default this
-# will expand to user's LOCAL $HOME (the user that run's "ansible-playbook ..."
-# plus "/k8s/certs". That means if the user's $HOME directory is e.g.
-# "/home/da_user" then "k8s_ca_conf_directory" will have a value of
-# "/home/da_user/k8s/certs".
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-
-etcd_conf_dir: "/etc/etcd"
-etcd_bin_dir: "/usr/local/bin"
-etcd_client_port: 2379
-etcd_certificates:
- - ca-etcd.pem
- - ca-etcd-key.pem
- - cert-etcd.pem
- - cert-etcd-key.pem
-
-flannel_version: "v0.10.0"
-flannel_etcd_prefix: "/kubernetes-cluster/network"
-flannel_ip_range: "10.200.0.0/16"
-flannel_backend_type: "vxlan"
-flannel_cni_name: "podnet"
-flannel_subnet_file_dir: "/run/flannel"
-flannel_options_dir: "/etc/flannel"
-flannel_bin_dir: "/usr/local/sbin"
-flannel_cni_conf_file: "10-flannel"
-
-flannel_systemd_restartsec: "5"
-flannel_systemd_limitnofile: "40000"
-flannel_systemd_limitnproc: "1048576"
-
-flannel_settings:
- "etcd-cafile": "{{k8s_conf_dir}}/ca-etcd.pem"
- "etcd-certfile": "{{k8s_conf_dir}}/cert-etcd.pem"
- "etcd-keyfile": "{{k8s_conf_dir}}/cert-etcd-key.pem"
- "etcd-prefix": "{{flannel_etcd_prefix}}"
- "iface": "{{k8s_interface}}"
- "public-ip": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "subnet-file": "{{flannel_subnet_file_dir}}/subnet.env"
- "ip-masq": "true"
- "healthz-ip": "0.0.0.0"
- "healthz-port": "0" # 0 = disable
diff --git a/roles/githubixx.flanneld/handlers/main.yml b/roles/githubixx.flanneld/handlers/main.yml
deleted file mode 100644
index d5957d2..0000000
--- a/roles/githubixx.flanneld/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: reload systemd
- command: systemctl daemon-reload
-
-- name: restart flanneld
- command: systemctl restart flanneld
diff --git a/roles/githubixx.flanneld/meta/main.yml b/roles/githubixx.flanneld/meta/main.yml
deleted file mode 100644
index 687cb55..0000000
--- a/roles/githubixx.flanneld/meta/main.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Installs flanneld (for Kubernetes)
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - kubernetes
- - worker
- - flanneld
- - flannel
- - overlay
- - network
diff --git a/roles/githubixx.flanneld/tasks/main.yml b/roles/githubixx.flanneld/tasks/main.yml
deleted file mode 100644
index 41c3a1b..0000000
--- a/roles/githubixx.flanneld/tasks/main.yml
+++ /dev/null
@@ -1,93 +0,0 @@
----
-- name: Create Kubernetes config directory
- file:
- path: "{{k8s_conf_dir}}"
- state: directory
- mode: 0700
- owner: root
- group: root
- tags:
- - k8s-flannel
-
-- name: Copy etcd certificates
- copy:
- src: "{{k8s_ca_conf_directory}}/{{item}}"
- dest: "{{k8s_conf_dir}}/{{item}}"
- mode: 0640
- owner: root
- group: root
- with_items:
- - "{{etcd_certificates}}"
- tags:
- - k8s-flannel
-
-- name: Check if flannel network configuration in etcd is done
- shell: "{{etcd_bin_dir}}/etcdctl --endpoints https://127.0.0.1:{{etcd_client_port}} --ca-file={{k8s_conf_dir}}/ca-etcd.pem --cert-file={{k8s_conf_dir}}/cert-etcd.pem --key-file={{k8s_conf_dir}}/cert-etcd-key.pem get {{flannel_etcd_prefix}}/config || true"
- register: flannel_configured
- run_once: true
- delegate_to: "{{groups.k8s_etcd|first}}"
- tags:
- - k8s-flannel
-
-- name: Setup flannel network configuration in etcd if needed
- shell: "{{etcd_bin_dir}}/etcdctl --endpoints https://127.0.0.1:{{etcd_client_port}} --ca-file={{k8s_conf_dir}}/ca-etcd.pem --cert-file={{k8s_conf_dir}}/cert-etcd.pem --key-file={{k8s_conf_dir}}/cert-etcd-key.pem set {{flannel_etcd_prefix}}/config '{\"Network\":\"{{flannel_ip_range}}\",\"Backend\":{\"Type\": \"{{flannel_backend_type}}\"}}'"
- when: flannel_configured.stderr.find('Key not found') != -1
- run_once: true
- delegate_to: "{{groups.k8s_etcd|first}}"
- tags:
- - k8s-flannel
-
-- name: Downloading official flanneld binary
- get_url:
- url: https://github.com/coreos/flannel/releases/download/{{flannel_version}}/flanneld-amd64
- dest: "{{flannel_bin_dir}}/flanneld"
- mode: 0750
- tags:
- - k8s-flannel
-
-- name: Combine flannel_settings and flannel_settings_user (if defined)
- set_fact:
- flannel_settings: "{{flannel_settings | combine(flannel_settings_user|default({})) }}"
- tags:
- - k8s-flannel
-
-- name: Install systemd service for flanneld
- template:
- src: etc/systemd/system/flanneld.service.j2
- dest: /etc/systemd/system/flanneld.service
- owner: root
- group: root
- mode: 0644
- notify:
- - reload systemd
- - restart flanneld
- tags:
- - k8s-flannel
-
-- name: Ensure CNI config directory
- file:
- path: "{{k8s_cni_conf_dir}}"
- state: directory
- mode: 0755
- owner: root
- group: root
- tags:
- - k8s-flannel
-
-- name: Install flanneld CNI config
- template:
- src: etc/cni/net.d/cni-flannel.conf.j2
- dest: "{{k8s_cni_conf_dir}}/{{flannel_cni_conf_file}}.conf"
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-flannel
-
-- name: Enable and start flanneld
- service:
- name: flanneld
- enabled: yes
- state: started
- tags:
- - k8s-flannel
diff --git a/roles/githubixx.flanneld/templates/etc/cni/net.d/cni-flannel.conf.j2 b/roles/githubixx.flanneld/templates/etc/cni/net.d/cni-flannel.conf.j2
deleted file mode 100644
index fbf7cfc..0000000
--- a/roles/githubixx.flanneld/templates/etc/cni/net.d/cni-flannel.conf.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "{{flannel_cni_name}}",
- "type": "flannel",
- "delegate": {
- "isDefaultGateway": true
- }
-}
diff --git a/roles/githubixx.flanneld/templates/etc/systemd/system/flanneld.service.j2 b/roles/githubixx.flanneld/templates/etc/systemd/system/flanneld.service.j2
deleted file mode 100644
index a99606e..0000000
--- a/roles/githubixx.flanneld/templates/etc/systemd/system/flanneld.service.j2
+++ /dev/null
@@ -1,31 +0,0 @@
-#jinja2: trim_blocks:False
-{% macro etcd_hosts() %}
-{%- for host in groups['k8s_etcd'] -%}
-https://{{hostvars[host]['ansible_' + k8s_interface].ipv4.address}}:{{etcd_client_port}}{% if not loop.last %},{% endif %}
-{%- endfor -%}
-{% endmacro %}
-
-{%- set x=flannel_settings.__setitem__('etcd-endpoints',etcd_hosts()) -%}
-
-[Unit]
-Description=Network fabric for containers
-After=network.target
-After=network-online.target
-Wants=network-online.target
-Before=docker.service
-
-[Service]
-Type=notify
-Restart=always
-RestartSec={{flannel_systemd_restartsec}}
-LimitNOFILE={{flannel_systemd_limitnofile}}
-LimitNPROC={{flannel_systemd_limitnproc}}
-ExecStartPre=/bin/mkdir -p {{flannel_subnet_file_dir}}
-ExecStart={{flannel_bin_dir}}/flanneld \
-{%- for setting in flannel_settings|sort %}
- -{{setting}}={{flannel_settings[setting]}} {% if not loop.last %}\{% endif %}
-{%- endfor %}
-
-[Install]
-WantedBy=multi-user.target
-RequiredBy=docker.service
diff --git a/roles/githubixx.flanneld/tests/inventory b/roles/githubixx.flanneld/tests/inventory
deleted file mode 100644
index 878877b..0000000
--- a/roles/githubixx.flanneld/tests/inventory
+++ /dev/null
@@ -1,2 +0,0 @@
-localhost
-
diff --git a/roles/githubixx.flanneld/tests/test.yml b/roles/githubixx.flanneld/tests/test.yml
deleted file mode 100644
index 54ae17e..0000000
--- a/roles/githubixx.flanneld/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - kubernetes-flanneld
\ No newline at end of file
diff --git a/roles/githubixx.flanneld/vars/main.yml b/roles/githubixx.flanneld/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/githubixx.flanneld/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubectl/LICENSE b/roles/kubectl/LICENSE
deleted file mode 100644
index 9cecc1d..0000000
--- a/roles/kubectl/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/roles/kubectl/README.md b/roles/kubectl/README.md
deleted file mode 100644
index 791adb2..0000000
--- a/roles/kubectl/README.md
+++ /dev/null
@@ -1,69 +0,0 @@
-ansible-role-kubectl
-====================
-
-Installs kubectl command line utility used to interact with the Kubernetes API Server.
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org) (well kind of...). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `r1.0.0_v1.8.0` means this is release 1.0.0 of this role and it's meant to be used with Kubernetes version 1.8.0. If the role itself changes `rX.Y.Z` will increase. If the Kubernetes version changes `vX.Y.Z` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release.
-
-Changelog
----------
-
-**r3.0.0_v1.10.4**
-
-- update default kubectl to v1.10.4
-
-**r2.0.2_v1.9.1**
-
-- update default kubectl to v1.9.1
-- changed download location
-- add checksum
-- allow more options to download binaries for different architectures
-
-**r1.0.2_v1.8.0**
-
-- update default kubectl to v1.8.0
-
-Role Variables
---------------
-
-```
-# "kubectl" version to install
-kubectl_version: "1.10.4"
-# SHA256 checksum of the archive (see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md
-# for the checksums
-kubectl_checksum: "sha256:2831fe621bf1542a1eac38b8f50aa40a96b26153e850b3ff7155e5ce4f4f400e"
-# Where to install "kubectl" binary
-kubectl_bin_directory: "/usr/local/bin"
-# Directory to store the kubeclient archive
-kubectl_tmp_directory: "{{lookup('env', 'TMPDIR') | default('/tmp',true)}}"
-# Owner of "kubectl" binary
-kubectl_owner: "root"
-# Group of "kubectl" binary
-kubectl_group: "root"
-# Operarting system on which "kubectl" should run on
-kubectl_os: "linux" # use "darwin" for MacOS X, "windows" for Windows
-# Processor architecture "kubectl" should run on
-kubectl_arch: "amd64" # other possible values: "386","arm64","arm","ppc64le","s390x"
-```
-
-Example Playbook
-----------------
-
-```
-- hosts: your-host
- roles:
- - githubixx.kubectl
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-http://www.tauceti.blog
diff --git a/roles/kubectl/defaults/main.yml b/roles/kubectl/defaults/main.yml
deleted file mode 100644
index 57f5caa..0000000
--- a/roles/kubectl/defaults/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-# "kubectl" version to install
-kubectl_version: "1.11.1"
-# SHA256 checksum of the archive (see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md
-# for the checksums
-kubectl_checksum: "sha256:a6c7537434fedde75fb77c593b2d2978be1aed00896a354120c5b7164e54aa99"
-# Where to install "kubectl" binary
-kubectl_bin_directory: "/usr/local/bin"
-# Directory to store the kubeclient archive
-kubectl_tmp_directory: "{{lookup('env', 'TMPDIR') | default('/tmp',true)}}"
-# Owner of "kubectl" binary
-kubectl_owner: "root"
-# Group of "kubectl" binary
-kubectl_group: "root"
-# Operarting system on which "kubectl" should run on
-kubectl_os: "linux" # use "darwin" for MacOS X, "windows" for Windows
-# Processor architecture "kubectl" should run on
-kubectl_arch: "amd64" # other possible values: "386","arm64","arm","ppc64le","s390x"
diff --git a/roles/kubectl/handlers/main.yml b/roles/kubectl/handlers/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/kubectl/handlers/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubectl/meta/main.yml b/roles/kubectl/meta/main.yml
deleted file mode 100644
index 6c7d376..0000000
--- a/roles/kubectl/meta/main.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Installs kubectl command line utility used to interact with the Kubernetes API Server.
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - kubernetes
- - cli
diff --git a/roles/kubectl/tasks/kubectl-cluster-config.yml b/roles/kubectl/tasks/kubectl-cluster-config.yml
deleted file mode 100644
index 9150327..0000000
--- a/roles/kubectl/tasks/kubectl-cluster-config.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-- name: kubectl config set-cluster
- shell: |
- kubectl config set-cluster {{k8s_config_cluster_name}} \
- --certificate-authority={{k8s_ca_conf_directory}}/ca.pem \
- --embed-certs=true \
- --server=https://{{hostvars[groups.k8s_master|first]['ansible_' + k8s_interface].ipv4.address}}:6443
- register: set_cluster
-
-- debug:
- msg: "COMMAND:{{set_cluster.cmd}} | OUTPUT: {{set_cluster.stdout}}"
-
-- name: kubectl config set-credentials admin
- shell: |
- kubectl config set-credentials admin \
- --client-certificate={{k8s_ca_conf_directory}}/admin.pem \
- --client-key={{k8s_ca_conf_directory}}/admin-key.pem
- register: set_credentials
-
-- debug:
- msg: "COMMAND:{{set_credentials.cmd}} | OUTPUT: {{set_credentials.stdout}}"
-
-- name: kubectl config set-context
- shell: |
- kubectl config set-context {{k8s_config_cluster_name}} \
- --cluster={{k8s_config_cluster_name}} \
- --user=admin
- register: set_context
-
-- debug:
- msg: "COMMAND:{{set_context.cmd}} | OUTPUT: {{set_context.stdout}}"
-
-- name: kubectl config use-context
- shell: |
- kubectl config use-context {{k8s_config_cluster_name}}
- register: use_context
-
-- debug:
- msg: "COMMAND:{{use_context.cmd}} | OUTPUT: {{use_context.stdout}}"
diff --git a/roles/kubectl/tasks/kubectl-config.yml b/roles/kubectl/tasks/kubectl-config.yml
deleted file mode 100644
index 7e85dae..0000000
--- a/roles/kubectl/tasks/kubectl-config.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- name: Generate a kubeconfig file for the {{service}} service (set-cluster)
- shell: "kubectl config set-cluster {{k8s_config_cluster_name}} --certificate-authority={{k8s_ca_conf_directory}}/ca.pem --embed-certs=true --server=https://{{apiServer}}:{{k8s_apiserver_secure_port}} --kubeconfig={{k8s_config_directory}}/{{service}}.kubeconfig"
-
-- name: Generate a kubeconfig file for the {{service}} service (set-credentials)
- shell: "kubectl config set-credentials system:{{service}} --client-certificate={{k8s_ca_conf_directory}}/{{service}}.pem --client-key={{k8s_ca_conf_directory}}/{{service}}-key.pem --embed-certs=true --kubeconfig={{k8s_config_directory}}/{{service}}.kubeconfig"
-
-- name: Generate a kubeconfig file for the {{service}} service (set-context)
- shell: "kubectl config set-context default --cluster={{k8s_config_cluster_name}} --user=system:{{service}} --kubeconfig={{k8s_config_directory}}/{{service}}.kubeconfig"
-
-- name: Set use-context
- shell: "kubectl config use-context default --kubeconfig={{k8s_config_directory}}/{{service}}.kubeconfig"
diff --git a/roles/kubectl/tasks/main.yml b/roles/kubectl/tasks/main.yml
deleted file mode 100644
index 8a24835..0000000
--- a/roles/kubectl/tasks/main.yml
+++ /dev/null
@@ -1,81 +0,0 @@
----
-- name: Download kubernetes-client archive
- get_url:
- url: "https://dl.k8s.io/v{{kubectl_version}}/kubernetes-client-{{kubectl_os}}-{{kubectl_arch}}.tar.gz"
- checksum: "{{kubectl_checksum}}"
- dest: "{{kubectl_tmp_directory}}"
- tags:
- - kubectl
-
-- name: Unarchive kubernetes-client
- unarchive:
- src: "{{kubectl_tmp_directory}}/kubernetes-client-{{kubectl_os}}-{{kubectl_arch}}.tar.gz"
- dest: "{{kubectl_tmp_directory}}"
- tags:
- - kubectl
-
-- name: Copy kubectl binary to destination directory
- copy:
- src: "{{kubectl_tmp_directory}}/kubernetes/client/bin/{{item}}"
- dest: "{{kubectl_bin_directory}}/{{item}}"
- mode: 0755
- owner: root
- group: root
- remote_src: yes
- with_items:
- - kubectl
-
-- name: Generate a kubeconfig file for each worker node (set-cluster)
- shell: "kubectl config set-cluster {{k8s_config_cluster_name}} --certificate-authority={{k8s_ca_conf_directory}}/ca.pem --embed-certs=true --server=https://{{hostvars[groups['k8s_master'][0]]['ansible_'+hostvars[item]['peervpn_conf_interface']].ipv4.address}}:{{k8s_apiserver_secure_port}} --kubeconfig={{k8s_config_directory}}/{{item}}.kubeconfig"
- with_inventory_hostnames:
- - k8s_worker
- tags:
- - k8s-auth-config-kubelet
-
-- name: Generate a kubeconfig file for each worker node (set-credentials)
- shell: "kubectl config set-credentials system:node:{{hostvars[item]['ansible_hostname']}} --client-certificate={{k8s_ca_conf_directory}}/{{item}}.pem --client-key={{k8s_ca_conf_directory}}/{{item}}-key.pem --embed-certs=true --kubeconfig={{k8s_config_directory}}/{{item}}.kubeconfig"
- with_inventory_hostnames:
- - k8s_worker
- tags:
- - k8s-auth-config-kubelet
-
-- name: Generate a kubeconfig file for each worker node (set-context)
- shell: "kubectl config set-context default --cluster={{k8s_config_cluster_name}} --user=system:node:{{hostvars[item]['ansible_hostname']}} --kubeconfig={{k8s_config_directory}}/{{item}}.kubeconfig"
- with_inventory_hostnames:
- - k8s_worker
- tags:
- - k8s-auth-config-kubelet
-
-- name: Set use-context
- shell: "kubectl config use-context default --kubeconfig={{k8s_config_directory}}/{{item}}.kubeconfig"
- with_inventory_hostnames:
- - k8s_worker
- tags:
- - k8s-auth-config-kubelet
-
-- name: Get IP address of first host in k8s_master group and use as API server
- set_fact:
- apiServer: |
- {% set item = groups["k8s_master"][0] %}
- {{ hostvars[item]["ansible_"+hostvars[item]["peervpn_conf_interface"]].ipv4.address }}
-
-- name: Remove newline from API server IP address
- set_fact:
- apiServer: "{{apiServer |replace('\n', '')}}"
-
-- include_tasks: kubectl-config.yml
- loop:
- - kube-proxy
- - kube-controller-manager
- - kube-scheduler
- - admin
- loop_control:
- loop_var: service
-
-- include_tasks: kubectl-cluster-config.yml
-
-- name: Create encryption config file
- template:
- src: "templates/encryption-config.yaml.j2"
- dest: "{{k8s_encryption_config_directory}}/encryption-config.yaml"
- mode: 0600
diff --git a/roles/kubectl/templates/encryption-config.yaml.j2 b/roles/kubectl/templates/encryption-config.yaml.j2
deleted file mode 100644
index bb8eba5..0000000
--- a/roles/kubectl/templates/encryption-config.yaml.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-kind: EncryptionConfig
-apiVersion: v1
-resources:
- - resources:
- - secrets
- providers:
- - aescbc:
- keys:
- - name: key1
- secret: {{k8s_encryption_config_key}}
- - identity: {}
diff --git a/roles/kubectl/tests/inventory b/roles/kubectl/tests/inventory
deleted file mode 100644
index 878877b..0000000
--- a/roles/kubectl/tests/inventory
+++ /dev/null
@@ -1,2 +0,0 @@
-localhost
-
diff --git a/roles/kubectl/tests/test.yml b/roles/kubectl/tests/test.yml
deleted file mode 100644
index a31e13a..0000000
--- a/roles/kubectl/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - .
\ No newline at end of file
diff --git a/roles/kubectl/vars/main.yml b/roles/kubectl/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/kubectl/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubernetes-ca/README.md b/roles/kubernetes-ca/README.md
deleted file mode 100644
index c372d47..0000000
--- a/roles/kubernetes-ca/README.md
+++ /dev/null
@@ -1,233 +0,0 @@
-ansible-role-kubernetes-ca
-==========================
-
-This role is used in [Kubernetes the not so hard way with Ansible (at scaleway) - Part 4 - Certificate authority (CA)](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-4/). It basically creates two CA's (one for etcd and one for Kubernetes API server) and the certificates needed to secure communication of the Kubernetes components. Besides the Kubernetes API server none of the Kubernetes components should communicate with the etcd cluster directly. For more information see [Kubernetes the not so hard way with Ansible (at scaleway) - Part 4 - Certificate authority (CA)](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-4/).
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org) (well kind of). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `r1.0.0_v1.8.0` means this is release 1.0.0 of this role and it's meant to be used with Kubernetes version 1.8.0. If the role itself changes `rX.Y.Z` will increase. If the Kubernetes version changes `vX.Y.Z` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release.
-
-**r5.0.0_v1.10.4**
-
-- Implemented changes needed for Kubernetes v1.10.x.
-- Renamed certificate files `cert-kube-proxy*` -> `cert-k8s-proxy*` to be in pair with the other certificate file names
-- Added `k8s_controller_manager_csr_*` variables for kube-controller-manager client certificate
-- Added `k8s_scheduler_csr_*` variables for kube-scheduler client certificate
-
-**r4.0.1_v1.9.8**
-
-- No changes. Just added Git tag for Kubernetes v1.9.8 to be in pair with controller and worker roles.
-
-**r4.0.1_v1.9.3**
-
-- No changes. Just added Git tag for Kubernetes v1.9.3 to be in pair with controller and worker roles.
-
-**r4.0.1_v1.8.4**
-
-- Changed default of `k8s_ca_conf_directory` to `{{ '~/k8s/certs' | expanduser }}`. By default this will expand to user's LOCAL $HOME (the user that run's `ansible-playbook ...` plus `/k8s/certs`. That means if the user's `$HOME` directory is e.g. `/home/da_user` then `k8s_ca_conf_directory` will have a value of `/home/da_user/k8s/certs`. As the user normally has write access to his `$HOME` directory we don't rely on the parent directory permission if we deploy the role without root permissions. If you defined this variable with a different value before this change then you don't need to bother about this change.
-
-**r3.0.0_v1.8.4**
-
-- include worker node names/ips into CSR (certificate signing request) for kube-apiserver certificate
-
-**r1.0.1_v1.8.0**
-
-- renamed `cfssl_*` variables to `k8s_ca_*`
-- change defaults for key algos and sizes to match settings in https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/04-certificate-authority.md
-- added admin client certificate
-- added kubelet client certificates used in Kuberetes 1.7/1.8
-- added kube-proxy client certificate used in Kubernetes 1.7/1.8
-- Hostname,FQDN,internal IP and PeerVPN IP of all controller hosts are added automatically to Kubernetes API server certificate now
-- Hostname,FQDN,internal IP and PeerVPN IP for every worker host certificate is added automatically to the worker certificate
-
-**r1.0.0_v1.6.0**
-
-- Initial Ansible role.
-
-Requirements
-------------
-
-This playbook needs [CFSSL](https://github.com/cloudflare/cfssl) PKI toolkit binaries installed. You can use [ansible-role-cfssl](https://github.com/githubixx/ansible-role-cfssl) to install CFSSL locally on your machine. If you want to store the generated certificates and CA's locally or on a network share specify the role variables below in `host_vars/localhost` or in `group_vars/all`.
-
-Role Variables
---------------
-
-This playbook has quite a few variables. But that's mainly information needed for the certificates.
-
-```
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-k8s_ca_certificate_owner: "root"
-k8s_ca_certificate_group: "root"
-```
-
-`k8s_ca_conf_directory` tells Ansible where to store the CA's and certificate files. To enable Ansible to read the files in later runs you should specify a user and group in `k8s_ca_certificate_owner` / `k8s_ca_certificate_group` which has permissions (in most cases this will be the user you use on your workstation).
-
-```
-ca_etcd_expiry: "87600h"
-```
-`ca_etcd_expiry` sets the expiry date for etcd root CA.
-
-```
-ca_etcd_csr_cn: "Etcd"
-ca_etcd_csr_key_algo: "rsa"
-ca_etcd_csr_key_size: "2048"
-ca_etcd_csr_names_c: "DE"
-ca_etcd_csr_names_l: "The_Internet"
-ca_etcd_csr_names_o: "Kubernetes"
-ca_etcd_csr_names_ou: "BY"
-ca_etcd_csr_names_st: "Bayern"
-```
-This are used to create the CSR (certificate signing request) of the CA (certificate authority) which we use to sign certifcates for etcd.
-
-```
-ca_k8s_apiserver_expiry: "87600h"
-```
-`ca_k8s_apiserver_expiry` sets the expiry date for Kubernetes API server root CA.
-
-```
-ca_k8s_apiserver_csr_cn: "Kubernetes"
-ca_k8s_apiserver_csr_key_algo: "rsa"
-ca_k8s_apiserver_csr_key_size: "2048"
-ca_k8s_apiserver_csr_names_c: "DE"
-ca_k8s_apiserver_csr_names_l: "The_Internet"
-ca_k8s_apiserver_csr_names_o: "Kubernetes"
-ca_k8s_apiserver_csr_names_ou: "BY"
-ca_k8s_apiserver_csr_names_st: "Bayern"
-```
-This are used to create the CSR (certificate signing request) of the CA (certificate authority) which we use to sign certifcates for the Kubernetes API server.
-
-```
-etcd_csr_cn: "Etcd"
-etcd_csr_key_algo: "rsa"
-etcd_csr_key_size: "2048"
-etcd_csr_names_c: "DE"
-etcd_csr_names_l: "The_Internet"
-etcd_csr_names_o: "Kubernetes"
-etcd_csr_names_ou: "BY"
-etcd_csr_names_st: "Bayern"
-```
-This parameters are used to create the CSR for the certificate that is used to secure the etcd communication.
-
-```
-k8s_apiserver_csr_cn: "Kubernetes"
-k8s_apiserver_csr_key_algo: "rsa"
-k8s_apiserver_csr_key_size: "2048"
-k8s_apiserver_csr_names_c: "DE"
-k8s_apiserver_csr_names_l: "The_Internet"
-k8s_apiserver_csr_names_o: "Kubernetes"
-k8s_apiserver_csr_names_ou: "BY"
-k8s_apiserver_csr_names_st: "Bayern"
-```
-This parameter are used to create the CSR for the certificate that is used to secure the Kubernetes API server communication.
-
-```
-k8s_admin_csr_cn: "admin"
-k8s_admin_csr_key_algo: "rsa"
-k8s_admin_csr_key_size: "2048"
-k8s_admin_csr_names_c: "DE"
-k8s_admin_csr_names_l: "The_Internet"
-k8s_admin_csr_names_o: "system:masters" # DO NOT CHANGE!
-k8s_admin_csr_names_ou: "BY"
-k8s_admin_csr_names_st: "Bayern"
-```
-This variables are used to create the CSR for the certificate that is used for the admin user (and which `kubectl` will use).
-
-```
-k8s_worker_csr_key_algo: "rsa"
-k8s_worker_csr_key_size: "2048"
-k8s_worker_csr_names_c: "DE"
-k8s_worker_csr_names_l: "The_Internet"
-k8s_worker_csr_names_o: "system:nodes" # DO NOT CHANGE!
-k8s_worker_csr_names_ou: "BY"
-k8s_worker_csr_names_st: "Bayern"
-```
-CSR parameter for kubelet client certificates.
-
-```
-k8s_controller_manager_csr_key_algo: "rsa"
-k8s_controller_manager_csr_key_size: "2048"
-k8s_controller_manager_csr_names_c: "DE"
-k8s_controller_manager_csr_names_l: "The_Internet"
-k8s_controller_manager_csr_names_o: "system:kube-controller-manager" # DO NOT CHANGE!
-k8s_controller_manager_csr_names_ou: "BY"
-k8s_controller_manager_csr_names_st: "Bayern"
-```
-This variables are needed to generate the CSR for the `kube-controller-manager` client certificate.
-
-```
-k8s_scheduler_csr_key_algo: "rsa"
-k8s_scheduler_csr_key_size: "2048"
-k8s_scheduler_csr_names_c: "DE"
-k8s_scheduler_csr_names_l: "The_Internet"
-k8s_scheduler_csr_names_o: "system:kube-scheduler" # DO NOT CHANGE!
-k8s_scheduler_csr_names_ou: "BY"
-k8s_scheduler_csr_names_st: "Bayern"
-```
-This variables are needed to generate the CSR for the `kube-scheduler` client certificate.
-
-```
-k8s_controller_manager_sa_csr_cn: "service-accounts"
-k8s_controller_manager_sa_csr_key_algo: "rsa"
-k8s_controller_manager_sa_csr_key_size: "2048"
-k8s_controller_manager_sa_csr_names_c: "DE"
-k8s_controller_manager_sa_csr_names_l: "The_Internet"
-k8s_controller_manager_sa_csr_names_o: "Kubernetes"
-k8s_controller_manager_sa_csr_names_ou: "BY"
-k8s_controller_manager_sa_csr_names_st: "Bayern"
-```
-CSR parameter for kube-controller-manager service account key pair. The kube-controller-manager leverages a key pair to generate and sign service account tokens as described in the [managing service accounts](https://kubernetes.io/docs/admin/service-accounts-admin/) documentation.
-
-```
-k8s_kube_proxy_csr_cn: "system:kube-proxy" # DO NOT CHANGE!
-k8s_kube_proxy_csr_key_algo: "rsa"
-k8s_kube_proxy_csr_key_size: "2048"
-k8s_kube_proxy_csr_names_c: "DE"
-k8s_kube_proxy_csr_names_l: "The_Internet"
-k8s_kube_proxy_csr_names_o: "system:node-proxier" # DO NOT CHANGE!
-k8s_kube_proxy_csr_names_ou: "BY"
-k8s_kube_proxy_csr_names_st: "Bayern"
-```
-CSR parameter for the kube-proxy client certificate.
-
-```
-etcd_cert_hosts:
- - 127.0.0.1
- - etcd0
- - etcd1
- - etcd2
-```
-Here you can add additional etcd hosts that should be included in the certificate. In general the role will include all IP's, hostnames and FQDN that are needed.
-
-```
-k8s_apiserver_cert_hosts:
- - 127.0.0.1
- - 10.32.0.1
- - kubernetes
- - kubernetes.default
- - kubernetes.default.svc
- - kubernetes.default.svc.cluster.local
-```
-Here the same is basically true as with `etcd_cert_hosts` but we also include the Kubernetes service IP `10.32.0.1` (which you will get BTW if you execute `nslookup kubernetes` later in one of the pods). We also include 127.0.0.1 (localhost) and we include some default Kubernetes hostname's that are available by default if KubeDNS is deployed.
-
-In general I need to do more testing to be sure if the values in `etcd_cert_hosts` and `k8s_apiserver_cert_hosts` are really needed. But while developing this Kubernetes roles it was annoying if you get error's because the certificates are not correct. And it takes a while to replace them. So I'll keep it here for now until I know better ;-)
-
-Example Playbook
-----------------
-
-```
-- hosts: k8s_ca
-
- roles:
- - githubixx.kubernetes-ca
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-[http://www.tauceti.blog](http://www.tauceti.blog)
diff --git a/roles/kubernetes-ca/defaults/main.yml b/roles/kubernetes-ca/defaults/main.yml
deleted file mode 100644
index bc1b030..0000000
--- a/roles/kubernetes-ca/defaults/main.yml
+++ /dev/null
@@ -1,113 +0,0 @@
----
-# The directory from where to copy the K8s certificates. By default this
-# will expand to user's LOCAL $HOME (the user that run's "ansible-playbook ..."
-# plus "/k8s/certs". That means if the user's $HOME directory is e.g.
-# "/home/da_user" then "k8s_ca_conf_directory" will have a value of
-# "/home/da_user/k8s/certs".
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-k8s_ca_certificate_owner: "root"
-k8s_ca_certificate_group: "root"
-
-
-# Expiry for Kubernetes API server root certificates
-ca_expiry: "87600h"
-
-k8s_csr:
- master:
- - name: "ca"
- cn: "Kubernetes"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "Kubernetes"
- names_ou: "CA"
- names_st: "Luxembourg"
- - name: "etcd"
- cn: "Etcd"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "Kubernetes"
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- hostnames: "{{etcdHosts}}"
- - name: "apiserver"
- cn: "Kubernetes"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "Kubernetes"
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- hostnames: "{{k8sHosts}}"
- - name: "admin"
- cn: "admin"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "system:masters" # DO NOT CHANGE!
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- - name: "kube-proxy"
- cn: "system:kube-proxy" # DO NOT CHANGE!
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "system:node-proxier" # DO NOT CHANGE!
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- - name: "kube-controller-manager"
- cn: "system:kube-controller-manager" # DO NOT CHANGE!
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "system:kube-controller-manager" # DO NOT CHANGE!
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- - name: "kube-scheduler"
- cn: "system:kube-scheduler" # DO NOT CHANGE!
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "system:kube-scheduler" # DO NOT CHANGE!
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- - name: "service-account"
- cn: "service-accounts"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "Kubernetes"
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
- worker:
- name: "worker"
- key_algo: "rsa"
- key_size: "2048"
- names_c: "BE"
- names_l: "The_Internet"
- names_o: "system:nodes" # DO NOT CHANGE!
- names_ou: "{{ k8s_config_cluster_name }}"
- names_st: "Luxembourg"
-
-etcd_cert_hosts:
- - 127.0.0.1
- - etcd0
- - etcd1
- - etcd2
-
-k8s_apiserver_cert_hosts:
- - 127.0.0.1
- - 10.32.0.1
- - kubernetes
- - kubernetes.default
- - kubernetes.default.svc
- - kubernetes.default.svc.cluster.local
diff --git a/roles/kubernetes-ca/handlers/main.yml b/roles/kubernetes-ca/handlers/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/kubernetes-ca/handlers/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubernetes-ca/meta/main.yml b/roles/kubernetes-ca/meta/main.yml
deleted file mode 100644
index 6d80164..0000000
--- a/roles/kubernetes-ca/meta/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Generate Kubernetes CA plus certificates for etcd and Kubernetes API server
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - tls
- - certificate
- - security
- - kubernetes
diff --git a/roles/kubernetes-ca/tasks/main.yml b/roles/kubernetes-ca/tasks/main.yml
deleted file mode 100644
index a220440..0000000
--- a/roles/kubernetes-ca/tasks/main.yml
+++ /dev/null
@@ -1,148 +0,0 @@
----
-- name: Generate list of IP addresses and hostnames needed for Kubernetes API server certificate
- set_fact:
- tmpK8sHosts: |
- {% set comma = joiner(",") %}
- {% for item in groups["k8s_master"] -%}
- {{ comma() }}{{ hostvars[item].private_ip }}{{ comma() }}{{ hostvars[item]["ansible_"+hostvars[item]["peervpn_conf_interface"]].ipv4.address }}{{ comma() }}{{ hostvars[item]["public_ip"] }}{{ comma() }}{{ hostvars[item].ansible_hostname }}
- {%- endfor %}
- {% for item in groups["k8s_worker"] -%}
- {{ comma() }}{{ hostvars[item].private_ip}}{{ comma() }}{{ hostvars[item]["ansible_"+hostvars[item]["peervpn_conf_interface"]].ipv4.address }}{{ comma() }}{{ hostvars[item]["public_ip"] }}{{ comma() }}{{ hostvars[item].ansible_hostname }}
- {%- endfor %}
- {% for item in k8s_apiserver_cert_hosts -%}
- {{ comma() }}{{item}}
- {%- endfor %}
- tags:
- - kubernetes-ca
-
-- name: Remove newline from controller hosts list
- set_fact:
- k8sHosts: "{{tmpK8sHosts |replace('\n', '')}}"
- tags:
- - kubernetes-ca
-
-- name: Output of hostnames/IPs used for Kubernetes API server certificate
- debug: var=k8sHosts
- tags:
- - kubernetes-ca
-- name: Generate list of IP addresses and hostnames needed for etcd certificate
- set_fact:
- tmpEtcdHosts: |
- {% set comma = joiner(",") %}
- {% for item in groups["k8s_etcd"] -%}
- {{ comma() }}{{ hostvars[item].private_ip}}{{ comma() }}{{ hostvars[item]["ansible_"+hostvars[item]["peervpn_conf_interface"]].ipv4.address }}{{ comma() }}{{hostvars[item]["public_ip"]}}{{ comma() }}{{ hostvars[item].ansible_hostname }}
- {%- endfor %}
- {% for item in etcd_cert_hosts -%}
- {{ comma() }}{{item}}
- {%- endfor %}
- tags:
- - kubernetes-ca
- - kubernetes-ca-etcd
-
-- name: Remove newline from etcd hosts list
- set_fact:
- etcdHosts: "{{tmpEtcdHosts |replace('\n', '')}}"
- tags:
- - kubernetes-ca
- - kubernetes-ca-etcd
-
-- name: Output of hostnames/IPs used for etcd certificate
- debug: var=etcdHosts
- tags:
- - kubernetes-ca
- - kubernetes-ca-etcd
-
-- name: Create directory for CA and certificate files
- file:
- path: "{{k8s_ca_conf_directory}}"
- owner: "{{k8s_ca_certificate_owner}}"
- group: "{{k8s_ca_certificate_group}}"
- mode: 0755
- state: directory
- tags:
- - kubernetes-ca
-
-- name: Create CA configuration file
- template:
- src: "ca-config.json.j2"
- dest: "{{k8s_ca_conf_directory}}/ca-config.json"
- owner: "{{k8s_ca_certificate_owner}}"
- group: "{{k8s_ca_certificate_group}}"
- mode: 0600
- tags:
- - kubernetes-ca
-
-- name: Create the CSR files
- template:
- src: "csr.json.j2"
- dest: "{{k8s_ca_conf_directory}}/{{ item.name }}-csr.json"
- owner: "{{k8s_ca_certificate_owner}}"
- group: "{{k8s_ca_certificate_group}}"
- mode: 0600
- tags:
- - kubernetes-ca
- loop: "{{ k8s_csr.master|flatten(levels=1)}}"
- loop_control:
- label: "{{ item.name }}"
-
-- name: Generate CA and private key
- shell: cfssl gencert -initca ca-csr.json | cfssljson -bare ca
- args:
- chdir: "{{k8s_ca_conf_directory}}"
- creates: "{{k8s_ca_conf_directory}}/ca-key.pem"
- tags:
- - kubernetes-ca
-
-- name: Create the worker CSR files
- template:
- src: "cert-worker-csr.json.j2"
- dest: "{{k8s_ca_conf_directory}}/{{item}}-csr.json"
- owner: "{{k8s_ca_certificate_owner}}"
- group: "{{k8s_ca_certificate_group}}"
- mode: 0600
- with_inventory_hostnames:
- - k8s_worker
- vars:
- - workerHost: "{{item}}"
- tags:
- - kubernetes-ca
-
-- name: Generate TLS certificates whith hostname
- shell: "cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -hostname={{item.hostnames}} -profile=kubernetes {{item.name}}-csr.json | cfssljson -bare {{item.name}}"
- args:
- chdir: "{{k8s_ca_conf_directory}}"
- creates: "{{k8s_ca_conf_directory}}/{{item.name}}-key.pem"
- tags:
- - kubernetes-ca
- loop: "{{ k8s_csr.master|flatten(levels=1)}}"
- loop_control:
- label: "{{ item.name }}"
- when: item.hostnames is defined
-
-- name: Generate TLS certificates whithout hostname
- shell: "cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -profile=kubernetes {{item.name}}-csr.json | cfssljson -bare {{item.name}}"
- args:
- chdir: "{{k8s_ca_conf_directory}}"
- creates: "{{k8s_ca_conf_directory}}/{{item.name}}-key.pem"
- tags:
- - kubernetes-ca
- loop: "{{ k8s_csr.master|flatten(levels=1)}}"
- loop_control:
- label: "{{ item.name }}"
- when: item.hostnames is not defined
-
-- name: Generate TLS certificates for Kubernetes worker hosts
- shell: "cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -hostname={{hostvars[item]['ansible_hostname']}},{{hostvars[item]['ansible_default_ipv4']['address']}},{{hostvars[item]['ansible_'+hostvars[item]['peervpn_conf_interface']].ipv4.address}} -profile=kubernetes {{item}}-csr.json | cfssljson -bare {{item}}"
- args:
- chdir: "{{k8s_ca_conf_directory}}"
- creates: "{{k8s_ca_conf_directory}}/{{item}}-key.pem"
- with_inventory_hostnames:
- - k8s_worker
- tags:
- - kubernetes-ca
-- name: Allow ansible_user to read private keys
- file:
- path: "{{k8s_ca_conf_directory}}"
- state: directory
- owner: "{{ ansible_user }}"
- recurse: yes
diff --git a/roles/kubernetes-ca/templates/ca-config.json.j2 b/roles/kubernetes-ca/templates/ca-config.json.j2
deleted file mode 100644
index 965406d..0000000
--- a/roles/kubernetes-ca/templates/ca-config.json.j2
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "signing": {
- "default": {
- "expiry": "{{ ca_expiry }}"
- },
- "profiles": {
- "kubernetes": {
- "usages": [
- "signing",
- "key encipherment",
- "server auth",
- "client auth"
- ],
- "expiry": "{{ ca_expiry }}"
- }
- }
- }
-}
diff --git a/roles/kubernetes-ca/templates/cert-worker-csr.json.j2 b/roles/kubernetes-ca/templates/cert-worker-csr.json.j2
deleted file mode 100644
index e707575..0000000
--- a/roles/kubernetes-ca/templates/cert-worker-csr.json.j2
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "CN": "system:node:{{hostvars[workerHost]['ansible_hostname']}}",
- "key": {
- "algo": "{{k8s_csr.worker.key_algo}}",
- "size": {{k8s_csr.worker.key_size}}
- },
- "names": [
- {
- "C": "{{k8s_csr.worker.names_c}}",
- "L": "{{k8s_csr.worker.names_l}}",
- "O": "{{k8s_csr.worker.names_o}}",
- "OU": "{{k8s_csr.worker.names_ou}}",
- "ST": "{{k8s_csr.worker.names_st}}"
- }
- ]
-}
diff --git a/roles/kubernetes-ca/templates/csr.json.j2 b/roles/kubernetes-ca/templates/csr.json.j2
deleted file mode 100644
index b158c99..0000000
--- a/roles/kubernetes-ca/templates/csr.json.j2
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "CN": "{{item.cn}}",
- "key": {
- "algo": "{{item.key_algo}}",
- "size": {{item.key_size}}
- },
- "names": [
- {
- "C": "{{item.names_c}}",
- "L": "{{item.names_l}}",
- "O": "{{item.names_o}}",
- "OU": "{{item.names_ou}}",
- "ST": "{{item.names_st}}"
- }
- ]
-}
diff --git a/roles/kubernetes-ca/tests/inventory b/roles/kubernetes-ca/tests/inventory
deleted file mode 100644
index d18580b..0000000
--- a/roles/kubernetes-ca/tests/inventory
+++ /dev/null
@@ -1 +0,0 @@
-localhost
\ No newline at end of file
diff --git a/roles/kubernetes-ca/tests/test.yml b/roles/kubernetes-ca/tests/test.yml
deleted file mode 100644
index a31e13a..0000000
--- a/roles/kubernetes-ca/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - .
\ No newline at end of file
diff --git a/roles/kubernetes-ca/vars/main.yml b/roles/kubernetes-ca/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/kubernetes-ca/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubernetes-controller/LICENSE b/roles/kubernetes-controller/LICENSE
deleted file mode 100644
index 9cecc1d..0000000
--- a/roles/kubernetes-controller/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/roles/kubernetes-controller/README.md b/roles/kubernetes-controller/README.md
deleted file mode 100644
index 9a51bf3..0000000
--- a/roles/kubernetes-controller/README.md
+++ /dev/null
@@ -1,218 +0,0 @@
-ansible-role-kubernetes-controller
-==================================
-
-This role is used in [Kubernetes the not so hard way with Ansible (at scaleway) - Part 6 - Control plane](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-6/). It installes the Kubernetes API server, scheduler and controller manager. For more information about this role please have a look at [Kubernetes the not so hard way with Ansible (at scaleway) - Part 6 - Control plane](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-6/).
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org) (well kind of...). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `r1.0.0_v1.8.0` means this is release 1.0.0 of this role and it's meant to be used with Kubernetes version 1.8.0 (but will work with any 1.8.x release of course). If the role itself changes `rX.Y.Z` will increase. If the Kubernetes version changes `vX.Y.Z` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release. That's especially useful for Kubernetes major releases with breaking changes.
-
-Requirements
-------------
-
-This role requires that you already created some certificates for Kubernetes API server (see [Kubernetes the not so hard way with Ansible (at Scaleway) - Part 4 - Certificate authority (CA)](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-4/)). The role copies the certificates from `k8s_ca_conf_directory` to the destination host. You should also setup PeerVPN (see [Kubernetes the not so hard way with Ansible (at Scaleway) - Part 3 - Peervpn](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-3/) and of course a etcd cluster (see [Kubernetes the not so hard way with Ansible (at Scaleway) - Part 5 - etcd cluster](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-5/)
-
-Changelog
----------
-
-**r4.0.2_v1.10.4**
-
-- wait for kube-apiserver on port 8080 no longer needed (fixes [#11](https://github.com/githubixx/ansible-role-kubernetes-controller/issues/11))
-
-**r4.0.0_v1.10.4**
-
-- update `k8s_release` to `1.10.4`
-- removed deprecated kube-apiserver parameter `insecure-bind-address` (see: [#59018](https://github.com/kubernetes/kubernetes/pull/59018))
-- added variable `k8s_apiserver_secure_port: 6443`
-- added parameter `secure-port` to `k8s_apiserver_settings` parameter list
-- added `kube-controller-manager-ca` certificate files to `k8s_certificates` list
-- added variable `k8s_controller_manager_conf_dir` / added kubeconfig for kube-controller-manager
-- added variable `k8s_scheduler_conf_dir` / added kubeconfig for kube-scheduler / settings for kube-scheduler now in ` templates/var/lib/kube-scheduler/kube-scheduler.yaml.j2`
-- added kubeconfig for `admin` user (located by default in `k8s_conf_dir`). This `admin.kubeconfig` will be needed for `kubectl`
-- new `service-account-key-file` value for kube-apiserver
-- changes in `k8s_controller_manager_settings`: removed `master` parameter, added `kubeconfig`, new value for `service-account-private-key-file`, new parameter `use-service-account-credentials`
-
-**r3.0.0_v1.9.8**
-
-- update `k8s_release` to `1.9.8`
-
-**r3.0.0_v1.9.3**
-
-- update `k8s_release` to `1.9.3`
-
-**r3.0.0_v1.9.1**
-
-- move advertise-address,bind-address,insecure-bind-address out of kube-apiserver.service.j2 template
-- move address,master settings out of kube-controller-manager.service.j2 template / fix variable bug in `k8s_apiserver_settings`
-- move address,master settings out of kube-scheduler.service.j2 template
-- fix: use `k8s_etcd` hosts group instead of `k8s_controller` group to generate etcd server list
-- we need to wait for kube-apiserver port 8080 to become ready before running kubectl tasks
-
-**r2.0.2_v1.9.1**
-
-- update to Kubernetes v1.9.1
-
-**r2.0.1_v1.9.0**
-
-- removed duplicate key cluster-signing-cert-file from `k8s_controller_manager_settings` dictionary
-
-**r2.0.0_v1.9.0**
-
-- introduce flexible parameter settings for API server via `k8s_apiserver_settings/k8s_apiserver_settings_user`
-- introduce flexible parameter settings for controller manager via `k8s_controller_manager_settings/k8s_controller_manager_settings_user`
-- introduce flexible parameter settings for kube-scheduler via `k8s_scheduler_settings/k8s_scheduler_settings_user`
-- change defaults for `k8s_ca_conf_directory` and `k8s_config_directory` variables
-- update to Kubernetes v1.9.0
-
-
-No changelog for releases < r2.0.0_v1.9.0 (see commit history if needed)
-
-
-Role (default) variables
-------------------------
-
-```
-# The directory to store the K8s certificates and other configuration
-k8s_conf_dir: "/var/lib/kubernetes"
-# The directory to store the K8s binaries
-k8s_bin_dir: "/usr/local/bin"
-# K8s release
-k8s_release: "1.10.4"
-# The interface on which the K8s services should listen on. As all cluster
-# communication should use the PeerVPN interface the interface name is
-# normally "tap0" or "peervpn0".
-k8s_interface: "tap0"
-
-# The directory from where to copy the K8s certificates. By default this
-# will expand to user's LOCAL $HOME (the user that run's "ansible-playbook ..."
-# plus "/k8s/certs". That means if the user's $HOME directory is e.g.
-# "/home/da_user" then "k8s_ca_conf_directory" will have a value of
-# "/home/da_user/k8s/certs".
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-# Directory where kubeconfig for Kubernetes worker nodes and kube-proxy
-# is stored among other configuration files. Same variable expansion
-# rule applies as with "k8s_ca_conf_directory"
-k8s_config_directory: "{{ '~/k8s/configs' | expanduser }}"
-
-# K8s control plane binaries to download
-k8s_controller_binaries:
- - kube-apiserver
- - kube-controller-manager
- - kube-scheduler
- - kubectl
-
-# K8s API daemon certificates
-k8s_certificates:
- - ca-k8s-apiserver.pem
- - ca-k8s-apiserver-key.pem
- - cert-k8s-apiserver.pem
- - cert-k8s-apiserver-key.pem
- - cert-k8s-controller-manager-sa.pem
- - cert-k8s-controller-manager-sa-key.pem
-
-k8s_apiserver_secure_port: "6443"
-
-# kube-apiserver settings (can be overriden or additional added by defining
-# "k8s_apiserver_settings_user" - see text below)
-k8s_apiserver_settings:
- "advertise-address": "hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address"
- "bind-address": "hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address"
- "secure-port": "{{k8s_apiserver_secure_port}}"
- "enable-admission-plugins": "Initializers,NamespaceLifecycle,NodeRestriction,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota"
- "allow-privileged": "true"
- "apiserver-count": "3"
- "authorization-mode": "Node,RBAC"
- "audit-log-maxage": "30"
- "audit-log-maxbackup": "3"
- "audit-log-maxsize": "100"
- "audit-log-path": "/var/log/audit.log"
- "enable-swagger-ui": "true"
- "event-ttl": "1h"
- "kubelet-https": "true"
- "kubelet-preferred-address-types": "InternalIP,Hostname,ExternalIP"
- "runtime-config": "api/all"
- "service-cluster-ip-range": "10.32.0.0/16"
- "service-node-port-range": "30000-32767"
- "client-ca-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "etcd-cafile": "{{k8s_conf_dir}}/ca-etcd.pem"
- "etcd-certfile": "{{k8s_conf_dir}}/cert-etcd.pem"
- "etcd-keyfile": "{{k8s_conf_dir}}/cert-etcd-key.pem"
- "experimental-encryption-provider-config": "{{k8s_conf_dir}}/encryption-config.yaml"
- "kubelet-certificate-authority": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "kubelet-client-certificate": "{{k8s_conf_dir}}/cert-k8s-apiserver.pem"
- "kubelet-client-key": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
- "service-account-key-file": "{{k8s_conf_dir}}/cert-k8s-controller-manager-sa.pem"
- "tls-ca-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "tls-cert-file": "{{k8s_conf_dir}}/cert-k8s-apiserver.pem"
- "tls-private-key-file": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
-
-# The directory to store controller manager configuration.
-k8s_controller_manager_conf_dir: "/var/lib/kube-controller-manager"
-
-# kube-controller-manager settings (can be overriden or additional added by defining
-# "k8s_controller_manager_settings_user" - see text below)
-k8s_controller_manager_settings:
- "address": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "cluster-cidr": "10.200.0.0/16"
- "cluster-name": "kubernetes"
- "kubeconfig": "{{k8s_controller_manager_conf_dir}}/kube-controller-manager.kubeconfig"
- "leader-elect": "true"
- "service-cluster-ip-range": "10.32.0.0/16"
- "cluster-signing-cert-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "cluster-signing-key-file": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
- "root-ca-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "service-account-private-key-file": "{{k8s_conf_dir}}/cert-k8s-controller-manager-sa-key.pem"
- "use-service-account-credentials": "true"
-
-# The directory to store scheduler configuration.
-k8s_scheduler_conf_dir: "/var/lib/kube-scheduler"
-
-# kube-scheduler settings (only --config left,
-# see https://github.com/kubernetes/kubernetes/pull/62515, remaining parameter deprecated)
-k8s_scheduler_settings:
- "config": "{{k8s_scheduler_conf_dir}}/kube-scheduler.yaml"
-
-# The port the control plane componentes should connect to etcd cluster
-etcd_client_port: "2379"
-# The interface the etcd cluster is listening on
-etcd_interface: "tap0"
-
-# The etcd certificates needed for the control plane componentes to be able
-# to connect to the etcd cluster.
-etcd_certificates:
- - ca-etcd.pem
- - ca-etcd-key.pem
- - cert-etcd.pem
- - cert-etcd-key.pem
-```
-
-The kube-apiserver settings defined in `k8s_apiserver_settings` can be overriden by defining a variable called `k8s_apiserver_settings_user`. You can also add additional settings by using this variable. E.g. to override `audit-log-maxage` and `audit-log-maxbackup` default values and add `watch-cache` add the following settings to `group_vars/k8s.yml`:
-
-```
-k8s_apiserver_settings_user:
- "audit-log-maxage": "40"
- "audit-log-maxbackup": "4"
- "watch-cache": "false"
-```
-
-The same is true for the `kube-controller-manager` by adding entries to `k8s_controller_manager_settings_user` variable. For `kube-scheduler` add entries to `k8s_scheduler_settings_user` variable to override/add settings in `k8s_scheduler_settings` dictionary.
-
-Example Playbook
-----------------
-
-```
-- hosts: k8s_controller
- roles:
- - githubixx.kubernetes-controller
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-[http://www.tauceti.blog](http://www.tauceti.blog)
diff --git a/roles/kubernetes-controller/defaults/main.yml b/roles/kubernetes-controller/defaults/main.yml
deleted file mode 100644
index 9716179..0000000
--- a/roles/kubernetes-controller/defaults/main.yml
+++ /dev/null
@@ -1,112 +0,0 @@
----
-# The directory to store the K8s certificates and other configuration
-k8s_conf_dir: "/var/lib/kubernetes"
-# The directory to store the K8s binaries
-k8s_bin_dir: "/usr/local/bin"
-# K8s release
-k8s_release: "1.10.4"
-# The interface on which the K8s services should listen on. As all cluster
-# communication should use the PeerVPN interface the interface name is
-# normally "tap0" or "peervpn0".
-k8s_interface: "tap0"
-
-# The directory from where to copy the K8s certificates. By default this
-# will expand to user's LOCAL $HOME (the user that run's "ansible-playbook ..."
-# plus "/k8s/certs". That means if the user's $HOME directory is e.g.
-# "/home/da_user" then "k8s_ca_conf_directory" will have a value of
-# "/home/da_user/k8s/certs".
-k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
-# Directory where kubeconfig for Kubernetes worker nodes and kube-proxy
-# is stored among other configuration files. Same variable expansion
-# rule applies as with "k8s_ca_conf_directory"
-k8s_config_directory: "{{ '~/k8s/configs' | expanduser }}"
-
-# K8s control plane binaries to download
-k8s_controller_binaries:
- - kube-apiserver
- - kube-controller-manager
- - kube-scheduler
- - kubectl
-
-# K8s kube-(apiserver|controller-manager-sa) certificates
-k8s_certificates:
- - ca-k8s-apiserver.pem
- - ca-k8s-apiserver-key.pem
- - cert-k8s-apiserver.pem
- - cert-k8s-apiserver-key.pem
- - cert-k8s-controller-manager-sa.pem
- - cert-k8s-controller-manager-sa-key.pem
-
-k8s_apiserver_secure_port: "6443"
-
-# K8s API daemon settings (can be overriden or additional added by defining
-# "k8s_apiserver_settings_user")
-k8s_apiserver_settings:
- "advertise-address": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "bind-address": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "secure-port": "{{k8s_apiserver_secure_port}}"
- "enable-admission-plugins": "Initializers,NamespaceLifecycle,NodeRestriction,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota"
- "allow-privileged": "true"
- "apiserver-count": "3"
- "authorization-mode": "Node,RBAC"
- "audit-log-maxage": "30"
- "audit-log-maxbackup": "3"
- "audit-log-maxsize": "100"
- "audit-log-path": "/var/log/audit.log"
- "enable-swagger-ui": "true"
- "event-ttl": "1h"
- "kubelet-https": "true"
- "kubelet-preferred-address-types": "InternalIP,Hostname,ExternalIP" # "--kubelet-preferred-address-types" defaults to:
- # "Hostname,InternalDNS,InternalIP,ExternalDNS,ExternalIP"
- # Needs to be changed to make "kubectl logs" and "kubectl exec" work.
- "runtime-config": "api/all"
- "service-cluster-ip-range": "10.32.0.0/16"
- "service-node-port-range": "30000-32767"
- "client-ca-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "etcd-cafile": "{{k8s_conf_dir}}/ca-etcd.pem"
- "etcd-certfile": "{{k8s_conf_dir}}/cert-etcd.pem"
- "etcd-keyfile": "{{k8s_conf_dir}}/cert-etcd-key.pem"
- "experimental-encryption-provider-config": "{{k8s_conf_dir}}/encryption-config.yaml"
- "kubelet-certificate-authority": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "kubelet-client-certificate": "{{k8s_conf_dir}}/cert-k8s-apiserver.pem"
- "kubelet-client-key": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
- "service-account-key-file": "{{k8s_conf_dir}}/cert-k8s-controller-manager-sa.pem"
- "tls-cert-file": "{{k8s_conf_dir}}/cert-k8s-apiserver.pem"
- "tls-private-key-file": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
-
-# The directory to store controller manager configuration.
-k8s_controller_manager_conf_dir: "/var/lib/kube-controller-manager"
-# K8s controller manager settings (can be overriden or additional added by defining
-# "k8s_controller_manager_settings_user")
-k8s_controller_manager_settings:
- "address": "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- "cluster-cidr": "10.200.0.0/16"
- "cluster-name": "kubernetes"
- "kubeconfig": "{{k8s_controller_manager_conf_dir}}/kube-controller-manager.kubeconfig"
- "leader-elect": "true"
- "service-cluster-ip-range": "10.32.0.0/16"
- "cluster-signing-cert-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "cluster-signing-key-file": "{{k8s_conf_dir}}/cert-k8s-apiserver-key.pem"
- "root-ca-file": "{{k8s_conf_dir}}/ca-k8s-apiserver.pem"
- "service-account-private-key-file": "{{k8s_conf_dir}}/cert-k8s-controller-manager-sa-key.pem"
- "use-service-account-credentials": "true"
-
-# The directory to store scheduler configuration.
-k8s_scheduler_conf_dir: "/var/lib/kube-scheduler"
-# kube-scheduler settings (only --config left,
-# see https://github.com/kubernetes/kubernetes/pull/62515)
-k8s_scheduler_settings:
- "config": "{{k8s_scheduler_conf_dir}}/kube-scheduler.yaml"
-
-# The port the control plane componentes should connect to etcd cluster
-etcd_client_port: "2379"
-# The interface the etcd cluster is listening on
-etcd_interface: "tap0"
-
-# The etcd certificates needed for the control plane componentes to be able
-# to connect to the etcd cluster.
-etcd_certificates:
- - ca-etcd.pem
- - ca-etcd-key.pem
- - cert-etcd.pem
- - cert-etcd-key.pem
diff --git a/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role.yaml b/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role.yaml
deleted file mode 100644
index 92b3dbb..0000000
--- a/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: ClusterRole
-metadata:
- annotations:
- rbac.authorization.kubernetes.io/autoupdate: "true"
- labels:
- kubernetes.io/bootstrapping: rbac-defaults
- name: system:kube-apiserver-to-kubelet
-rules:
- - apiGroups:
- - ""
- resources:
- - nodes/proxy
- - nodes/stats
- - nodes/log
- - nodes/spec
- - nodes/metrics
- verbs:
- - "*"
diff --git a/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role_binding.yaml b/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role_binding.yaml
deleted file mode 100644
index ac17cf6..0000000
--- a/roles/kubernetes-controller/files/kube-apiserver-to-kubelet_cluster_role_binding.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: ClusterRoleBinding
-metadata:
- name: system:kube-apiserver
- namespace: ""
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: system:kube-apiserver-to-kubelet
-subjects:
- - apiGroup: rbac.authorization.k8s.io
- kind: User
- name: kubernetes
diff --git a/roles/kubernetes-controller/handlers/main.yml b/roles/kubernetes-controller/handlers/main.yml
deleted file mode 100644
index 9881366..0000000
--- a/roles/kubernetes-controller/handlers/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- name: reload systemd
- command: systemctl daemon-reload
-
-- name: restart kube-apiserver
- service:
- name: kube-apiserver
- state: restarted
-
-- name: restart kube-controller-manager
- service:
- name: kube-controller-manager
- state: restarted
-
-- name: restart kube-scheduler
- service:
- name: kube-scheduler
- state: restarted
diff --git a/roles/kubernetes-controller/meta/main.yml b/roles/kubernetes-controller/meta/main.yml
deleted file mode 100644
index 6493048..0000000
--- a/roles/kubernetes-controller/meta/main.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Installs the Kubernetes API server, scheduler and controller manager.
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - kubernetes
- - scheduler
- - api
- - controller
- - ha
diff --git a/roles/kubernetes-controller/tasks/main.yml b/roles/kubernetes-controller/tasks/main.yml
deleted file mode 100644
index 501c434..0000000
--- a/roles/kubernetes-controller/tasks/main.yml
+++ /dev/null
@@ -1,264 +0,0 @@
----
-- name: Create Kubernetes/kube-apiserver config directory
- file:
- path: "{{k8s_conf_dir}}"
- state: directory
- mode: 0700
- owner: root
- group: root
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Create kube-controller-manager config directory
- file:
- path: "{{k8s_controller_manager_conf_dir}}"
- state: directory
- mode: 0700
- owner: root
- group: root
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Create kube-controller-manager kubeconfig
- template:
- src: "{{k8s_config_directory}}/kube-controller-manager.kubeconfig"
- dest: "{{k8s_controller_manager_conf_dir}}/kube-controller-manager.kubeconfig"
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-worker
- - k8s-controller-base
-
-- name: Create scheduler config directory
- file:
- path: "{{k8s_scheduler_conf_dir}}"
- state: directory
- mode: 0700
- owner: root
- group: root
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Create kube-scheduler kubeconfig
- template:
- src: "{{k8s_config_directory}}/kube-scheduler.kubeconfig"
- dest: "{{k8s_scheduler_conf_dir}}/kube-scheduler.kubeconfig"
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Create kube-scheduler.yaml
- template:
- src: "templates/var/lib/kube-scheduler/kube-scheduler.yaml.j2"
- dest: "{{k8s_scheduler_conf_dir}}/kube-scheduler.yaml"
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Create kubeconfig for admin user
- template:
- src: "{{k8s_config_directory}}/admin.kubeconfig"
- dest: "{{k8s_conf_dir}}/admin.kubeconfig"
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Copy etcd certificates
- copy:
- src: "{{k8s_ca_conf_directory}}/{{item}}"
- dest: "{{k8s_conf_dir}}/{{item}}"
- mode: 0640
- owner: root
- group: root
- with_items:
- - "{{etcd_certificates}}"
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Copy Kubernetes certificates
- copy:
- src: "{{k8s_ca_conf_directory}}/{{item}}"
- dest: "{{k8s_conf_dir}}/{{item}}"
- mode: 0640
- owner: root
- group: root
- with_items:
- - "{{k8s_certificates}}"
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Downloading official Kubernetes binaries
- get_url:
- url: https://storage.googleapis.com/kubernetes-release/release/v{{k8s_release}}/bin/linux/amd64/{{item}}
- dest: "{{k8s_bin_dir}}"
- mode: 0755
- with_items:
- - "{{k8s_controller_binaries}}"
- notify:
- - restart kube-apiserver
- - restart kube-controller-manager
- - restart kube-scheduler
- tags:
- - k8s-controller
-
-- name: Copy encryption provider config file
- copy:
- src: "{{k8s_config_directory}}/encryption-config.yaml"
- dest: "{{k8s_conf_dir}}/encryption-config.yaml"
- mode: 0644
- owner: root
- group: root
- tags:
- - k8s-controller
- - k8s-controller-base
-
-- name: Combine k8s_apiserver_settings and k8s_apiserver_settings_user (if defined)
- set_fact:
- k8s_apiserver_settings: "{{k8s_apiserver_settings | combine(k8s_apiserver_settings_user|default({})) }}"
- tags:
- - k8s-controller
-
-- name: Create systemd unit file for kube-apiserver
- template:
- src: etc/systemd/system/kube-apiserver.service.j2
- dest: /etc/systemd/system/kube-apiserver.service
- owner: root
- group: root
- mode: 0644
- tags:
- - k8s-controller
- notify:
- - reload systemd
-
-- name: Enable and start kube-apiserver
- service:
- name: kube-apiserver
- enabled: yes
- state: started
- tags:
- - k8s-controller
-
-- name: Combine k8s_controller_manager_settings and k8s_controller_manager_settings_user (if defined)
- set_fact:
- k8s_controller_manager_settings: "{{k8s_controller_manager_settings | combine(k8s_controller_manager_settings_user|default({})) }}"
- tags:
- - k8s-controller
-
-- name: Create systemd unit file for kube-controller-manager
- template:
- src: etc/systemd/system/kube-controller-manager.service.j2
- dest: /etc/systemd/system/kube-controller-manager.service
- owner: root
- group: root
- mode: 0644
- notify:
- - reload systemd
- tags:
- - k8s-controller
-
-- name: Enable and start kube-controller-manager
- service:
- name: kube-controller-manager
- enabled: yes
- state: started
- tags:
- - k8s-controller
-
-- name: Combine k8s_scheduler_settings and k8s_scheduler_settings_user (if defined)
- set_fact:
- k8s_scheduler_settings: "{{k8s_scheduler_settings | combine(k8s_scheduler_settings_user|default({})) }}"
- tags:
- - k8s-controller
-
-- name: Create systemd unit file for kube-scheduler
- template:
- src: etc/systemd/system/kube-scheduler.service.j2
- dest: /etc/systemd/system/kube-scheduler.service
- owner: root
- group: root
- mode: 0644
- notify:
- - reload systemd
- tags:
- - k8s-controller
-
-- name: Enable and start kube-scheduler
- service:
- name: kube-scheduler
- enabled: yes
- state: started
- tags:
- - k8s-controller
-
-# TODO: Check if ClusterRole + ClusterRoleBinding are already configured
-
-- name: Copy kube-apiserver-to-kubelet ClusterRole
- copy:
- src: "files/kube-apiserver-to-kubelet_cluster_role.yaml"
- dest: "/tmp/kube-apiserver-to-kubelet_cluster_role.yaml"
- mode: 0600
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
- tags:
- - k8s-controller
-
-- name: Copy kube-apiserver-to-kubelet ClusterRoleBinding
- copy:
- src: "files/kube-apiserver-to-kubelet_cluster_role_binding.yaml"
- dest: "/tmp/kube-apiserver-to-kubelet_cluster_role_binding.yaml"
- mode: 0600
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
- tags:
- - k8s-controller
-
-- name: Wait 300 seconds for kube-apiserver port 6443 to become open on the host
- wait_for:
- port: 6443
- delay: 5
- host: "{{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}"
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
-
-- name: Apply kube-apiserver-to-kubelet ClusterRole
- shell: "kubectl apply --kubeconfig {{k8s_conf_dir}}/admin.kubeconfig -f /tmp/kube-apiserver-to-kubelet_cluster_role.yaml"
- register: kube_apiserver_to_kubelet_cluster_role
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
- tags:
- - k8s-controller
-
-- name: Apply kube-apiserver-to-kubelet ClusterRoleBinding
- shell: "kubectl apply --kubeconfig {{k8s_conf_dir}}/admin.kubeconfig -f /tmp/kube-apiserver-to-kubelet_cluster_role_binding.yaml"
- register: kube_apiserver_to_kubelet_cluster_role_binding
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
- tags:
- - k8s-controller
-
-- name: Remove temporary files
- file:
- path: "{{item}}"
- state: absent
- with_items:
- - "/tmp/kube-apiserver-to-kubelet_cluster_role.yaml"
- - "/tmp/kube-apiserver-to-kubelet_cluster_role_binding.yaml"
- run_once: true
- delegate_to: "{{groups.k8s_master|first}}"
- tags:
- - k8s-controller
diff --git a/roles/kubernetes-controller/templates/etc/systemd/system/kube-apiserver.service.j2 b/roles/kubernetes-controller/templates/etc/systemd/system/kube-apiserver.service.j2
deleted file mode 100644
index 3bb8269..0000000
--- a/roles/kubernetes-controller/templates/etc/systemd/system/kube-apiserver.service.j2
+++ /dev/null
@@ -1,23 +0,0 @@
-#jinja2: trim_blocks:False
-{%- macro cluster_hosts() -%}
-{%- for host in groups['k8s_etcd'] -%}
-https://{{hostvars[host]['ansible_' + k8s_interface].ipv4.address}}:{{etcd_client_port}}{% if not loop.last %},{% endif %}
-{%- endfor -%}
-{%- endmacro -%}
-
-{%- set x=k8s_apiserver_settings.__setitem__('etcd-servers',cluster_hosts()) -%}
-
-[Unit]
-Description=Kubernetes API Server
-Documentation=https://github.com/GoogleCloudPlatform/kubernetes
-
-[Service]
-ExecStart={{k8s_bin_dir}}/kube-apiserver \
-{%- for setting in k8s_apiserver_settings|sort %}
- --{{setting}}={{k8s_apiserver_settings[setting]}} {% if not loop.last %}\{% endif %}
-{%- endfor %}
-Restart=on-failure
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/kubernetes-controller/templates/etc/systemd/system/kube-controller-manager.service.j2 b/roles/kubernetes-controller/templates/etc/systemd/system/kube-controller-manager.service.j2
deleted file mode 100644
index 0ed8e3f..0000000
--- a/roles/kubernetes-controller/templates/etc/systemd/system/kube-controller-manager.service.j2
+++ /dev/null
@@ -1,15 +0,0 @@
-#jinja2: trim_blocks:False
-[Unit]
-Description=Kubernetes Controller Manager
-Documentation=https://github.com/GoogleCloudPlatform/kubernetes
-
-[Service]
-ExecStart={{k8s_bin_dir}}/kube-controller-manager \
-{%- for setting in k8s_controller_manager_settings|sort %}
- --{{setting}}={{k8s_controller_manager_settings[setting]}} {% if not loop.last %}\{% endif %}
-{%- endfor %}
-Restart=on-failure
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/kubernetes-controller/templates/etc/systemd/system/kube-scheduler.service.j2 b/roles/kubernetes-controller/templates/etc/systemd/system/kube-scheduler.service.j2
deleted file mode 100644
index 0694e35..0000000
--- a/roles/kubernetes-controller/templates/etc/systemd/system/kube-scheduler.service.j2
+++ /dev/null
@@ -1,15 +0,0 @@
-#jinja2: trim_blocks:False
-[Unit]
-Description=Kubernetes Scheduler
-Documentation=https://github.com/GoogleCloudPlatform/kubernetes
-
-[Service]
-ExecStart={{k8s_bin_dir}}/kube-scheduler \
-{%- for setting in k8s_scheduler_settings|sort %}
- --{{setting}}={{k8s_scheduler_settings[setting]}} {% if not loop.last %}\{% endif %}
-{%- endfor %}
-Restart=on-failure
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/kubernetes-controller/templates/var/lib/kube-scheduler/kube-scheduler.yaml.j2 b/roles/kubernetes-controller/templates/var/lib/kube-scheduler/kube-scheduler.yaml.j2
deleted file mode 100644
index 4001555..0000000
--- a/roles/kubernetes-controller/templates/var/lib/kube-scheduler/kube-scheduler.yaml.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-#jinja2: trim_blocks:False
-apiVersion: componentconfig/v1alpha1
-kind: KubeSchedulerConfiguration
-clientConnection:
- kubeconfig: "{{k8s_scheduler_conf_dir}}/kube-scheduler.kubeconfig"
-healthzBindAddress: {{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}:10251
-leaderElection:
- leaderElect: true
-metricsBindAddress: {{hostvars[inventory_hostname]['ansible_' + k8s_interface].ipv4.address}}:10251
diff --git a/roles/kubernetes-controller/tests/inventory b/roles/kubernetes-controller/tests/inventory
deleted file mode 100644
index d18580b..0000000
--- a/roles/kubernetes-controller/tests/inventory
+++ /dev/null
@@ -1 +0,0 @@
-localhost
\ No newline at end of file
diff --git a/roles/kubernetes-controller/tests/test.yml b/roles/kubernetes-controller/tests/test.yml
deleted file mode 100644
index a31e13a..0000000
--- a/roles/kubernetes-controller/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - .
\ No newline at end of file
diff --git a/roles/kubernetes-controller/vars/main.yml b/roles/kubernetes-controller/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/kubernetes-controller/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/kubernetes/tasks/keepalived.yml b/roles/kubernetes/tasks/keepalived.yml
index d74924c..62fb42a 100644
--- a/roles/kubernetes/tasks/keepalived.yml
+++ b/roles/kubernetes/tasks/keepalived.yml
@@ -28,3 +28,4 @@
until: result.stdout.find("chmod666/keepalived") != -1
retries: 18
delay: 10
+ changed_when: no
diff --git a/roles/kubernetes/tasks/kubeadm-master.yml b/roles/kubernetes/tasks/kubeadm-master.yml
index 68ec49a..bcbd641 100644
--- a/roles/kubernetes/tasks/kubeadm-master.yml
+++ b/roles/kubernetes/tasks/kubeadm-master.yml
@@ -54,5 +54,6 @@
until: result.stdout.find("Ready") == 0
retries: 36
delay: 10
+ changed_when: no
- meta: flush_handlers
diff --git a/roles/kubernetes/tasks/kubeadm-multi.yml b/roles/kubernetes/tasks/kubeadm-multi.yml
index dca91de..120a5d5 100644
--- a/roles/kubernetes/tasks/kubeadm-multi.yml
+++ b/roles/kubernetes/tasks/kubeadm-multi.yml
@@ -37,3 +37,4 @@
until: result.stdout.find("Ready") == 0
retries: 36
delay: 10
+ changed_when: no
diff --git a/roles/kubernetes/tasks/kubeadm-worker.yml b/roles/kubernetes/tasks/kubeadm-worker.yml
index e131382..92e0b44 100644
--- a/roles/kubernetes/tasks/kubeadm-worker.yml
+++ b/roles/kubernetes/tasks/kubeadm-worker.yml
@@ -3,6 +3,7 @@
shell: "ps -ef | grep [k]ube-proxy"
register: kube_proxy_running
ignore_errors: True
+ changed_when: no
- block:
- name: Joining cluster on other nodes
diff --git a/roles/kubernetes/tasks/main.yml b/roles/kubernetes/tasks/main.yml
index 174d415..58d96b4 100644
--- a/roles/kubernetes/tasks/main.yml
+++ b/roles/kubernetes/tasks/main.yml
@@ -54,6 +54,7 @@
until: result.stdout.find("2") != -1
retries: 180
delay: 10
+ changed_when: no
when: inventory_hostname == initial_master
- include: kubeadm-token.yml
@@ -70,6 +71,7 @@
until: result.stdout.find("Ready") == 0
retries: 36
delay: 10
+ changed_when: no
delegate_to: "{{ initial_master }}"
- debug: var=result
diff --git a/roles/kubernetes/templates/keepalived.conf.j2 b/roles/kubernetes/templates/keepalived.conf.j2
index f1eed68..ae4bfc9 100644
--- a/roles/kubernetes/templates/keepalived.conf.j2
+++ b/roles/kubernetes/templates/keepalived.conf.j2
@@ -1,24 +1,11 @@
global_defs {
-{% if ansible_tun0 is defined %}
- default_interface tun0
-{% else %}
- default_interface eth0
-{% endif %}
+ default_interface {{vpn_interface}}
}
vrrp_instance VI_1 {
-{% if ansible_tun0 is defined %}
- interface tun0
-{% else %}
- interface eth0
-{% endif %}
-
+ interface {{vpn_interface}}
track_interface {
-{% if ansible_tun0 is defined %}
- tun0
-{% else %}
- eth0
-{% endif %}
+ {{vpn_interface}}
}
{% if inventory_hostname == initial_master %}
diff --git a/roles/peervpn/LICENSE b/roles/peervpn/LICENSE
deleted file mode 100644
index 9cecc1d..0000000
--- a/roles/peervpn/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/roles/peervpn/README.md b/roles/peervpn/README.md
deleted file mode 100644
index 290e707..0000000
--- a/roles/peervpn/README.md
+++ /dev/null
@@ -1,86 +0,0 @@
-role-peervpn
-============
-
-This Ansible role is used in [Kubernetes the not so hard way with Ansible (at Scaleway) - Part 3 - PeerVPN](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-at-scaleway-part-3/). Used to setup [PeerVPN](https://peervpn.net/) for Ubuntu 16.04 (but should basically work with all Linux OS that use systemd). With PeerVPN you can easily setup a fully meshed VPN across datacenter and all nodes you like. You only need at least one host with a public reachable interface (default is Port 7000 protocol UDP). One simple configration could be that you use this public reachable host for your `peervpn_conf_initpeers` setting. Finding the other hosts on your VPN will be automagically done by PeerVPN.
-
-PeerVPN installes it's own TAP interface for it's purpose. The default name of that TAP interface is `tap0`. To change the name specify a different value for `peervpn_conf_interface` variable.
-
-To generate a strong secret password for your PeerVPN preshared key you can use:
-
-```
-openssl rand -base64 382 | tr -d '\n' && echo
-```
-Since it's a preshared key this key MUST be used on all hosts where you install PeerVPN and use the same network name. Otherwise connection won't work. The default preshared key is `default` which you want to change of course ;-)
-
-Versions
---------
-
-I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `v1.0.0_r044` means this is release 1.0.0 of this role and it uses PeerVPN r044. If the role itself changes `rX.Y.Z` will increase. If the PeerVPN version changes `rXXX` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific PeerVPN release.
-
-Requirements
-------------
-
-Allow traffic on port 7000 protocol UDP (default) if you have firewall rules installed. You also NEED to add `peervpn_conf_initpeers` variable. There is no default for this variable! IPv6 is ENABLED by default. If you don't want to use it add a variable `peervpn_conf_enableipv6: no`.
-
-Role Variables
---------------
-
-Basically you only need to change very few variables (see below). But have a look at `templates/etc/peervpn/peervpn.conf.j2` for examples and full description of the variables.
-
-Variables with NO default values:
-```
-peervpn_conf_initpeers
-peervpn_conf_engine
-peervpn_conf_ifconfig6
-peervpn_conf_upcmd
-peervpn_conf_chroot
-```
-Variables with default values:
-
-```
-peervpn_version: "peervpn-0-044"
-peervpn_install_directory: "/opt/{{peervpn_version}}"
-peervpn_dest: "/usr/local/sbin"
-peervpn_conf_networkname: "peervpn"
-peervpn_conf_psk: "default"
-peervpn_conf_enabletunneling: "yes"
-peervpn_conf_interface: "tap0"
-peervpn_conf_local: "0.0.0.0"
-peervpn_conf_port: 7000
-peervpn_conf_ifconfig4: "10.0.0.1/24"
-peervpn_conf_sockmark: 0
-peervpn_conf_enableipv4: "yes"
-peervpn_conf_enablenat64clat: "no"
-peervpn_conf_enablerelay: "no"
-peervpn_conf_enableprivdrop: "yes"
-peervpn_conf_user: "nobody"
-peervpn_conf_group: "nogroup"
-```
-
-You MUST specify a value for `peervpn_conf_initpeers` to make any use of PeerVPN (either per host in Ansible `host_vars` directory or per host group in `group_vars` directory. E.g. if you specify `peervpn_conf_initpeers: "host.example.net 7000"` PeerVPN tries to connect to `host.example.net` on port `7000` via UDP to setup a connection.
-
-You should at least change the following variables:
-
-`peervpn_conf_initpeers`: The hostname and port PeerVPN should connect to become part of the VPN.
-`peervpn_conf_networkname`: The name of your VPN.
-`peervpn_conf_psk`: Preshared key. How to generate a good preshared key password see introduction above.
-`peervpn_conf_ifconfig4`: The IP address of the node and subnet in CIDR notation. This variables needs to be specified per host of course.
-
-Example Playbook
-----------------
-
-```
-- hosts: webservers
- roles:
- - peervpn
-```
-
-License
--------
-
-GNU GENERAL PUBLIC LICENSE Version 3
-
-Author Information
-------------------
-
-[http://www.tauceti.blog](http://www.tauceti.blog)
diff --git a/roles/peervpn/defaults/main.yml b/roles/peervpn/defaults/main.yml
deleted file mode 100644
index 43e74ee..0000000
--- a/roles/peervpn/defaults/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-peervpn_version: "peervpn-0-044"
-peervpn_install_directory: "/opt/{{peervpn_version}}"
-peervpn_dest: "/usr/local/sbin"
-peervpn_conf_networkname: "peervpn"
-peervpn_conf_psk: "default"
-peervpn_conf_enabletunneling: "yes"
-peervpn_conf_interface: "tap0"
-peervpn_conf_local: "0.0.0.0"
-peervpn_conf_port: 7000
-peervpn_conf_ifconfig4: "10.0.0.1/24"
-peervpn_conf_sockmark: 0
-peervpn_conf_enableipv4: "yes"
-peervpn_conf_enablenat64clat: "no"
-peervpn_conf_enablerelay: "no"
-peervpn_conf_enableprivdrop: "yes"
-peervpn_conf_user: "nobody"
-peervpn_conf_group: "nogroup"
diff --git a/roles/peervpn/handlers/main.yml b/roles/peervpn/handlers/main.yml
deleted file mode 100644
index 789bfec..0000000
--- a/roles/peervpn/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-
-- name: Restart PeerVPN
- service:
- name: peervpn
- state: restarted
diff --git a/roles/peervpn/meta/main.yml b/roles/peervpn/meta/main.yml
deleted file mode 100644
index 8d87dd3..0000000
--- a/roles/peervpn/meta/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-galaxy_info:
- author: Robert Wimmer
- description: Installes PeerVPN on a node
- license: GPLv3
- min_ansible_version: 2.2
- platforms:
- - name: Ubuntu
- versions:
- - xenial
- galaxy_tags:
- - vpn
- - networking
- - security
- - peervpn
diff --git a/roles/peervpn/tasks/main.yml b/roles/peervpn/tasks/main.yml
deleted file mode 100644
index 3e822c1..0000000
--- a/roles/peervpn/tasks/main.yml
+++ /dev/null
@@ -1,75 +0,0 @@
----
-- name: Create PeerVPN install directory
- file:
- path: "{{peervpn_install_directory}}/{{peervpn_version}}"
- owner: root
- group: root
- mode: 0755
- state: directory
- tags:
- - peervpn
-
-- name: Download statically linked Linux binary
- get_url:
- url: https://peervpn.net/files/{{peervpn_version}}-linux-x86.tar.gz
- dest: "{{peervpn_install_directory}}/{{peervpn_version}}.tar.gz"
- mode: 0440
- tags:
- - peervpn
-
-- name: Unzip downloaded PeerVPN file
- unarchive:
- src: "{{peervpn_install_directory}}/{{peervpn_version}}.tar.gz"
- dest: "{{peervpn_install_directory}}"
- remote_src: yes
- creates: "{{peervpn_install_directory}}/{{peervpn_version}}/peervpn"
- tags:
- - peervpn
-
-- name: Copy binary to destination directory
- copy:
- src: "{{peervpn_install_directory}}/{{peervpn_version}}/peervpn"
- dest: "{{peervpn_dest}}/peervpn"
- mode: 0755
- remote_src: yes
- tags:
- - peervpn
-
-- name: Copy PeerVPN systemd service file
- template:
- src: etc/systemd/system/peervpn.service.j2
- dest: /etc/systemd/system/peervpn.service
- owner: root
- group: root
- mode: 0644
- tags:
- - peervpn
-
-- name: Create PeerVPN configuration directory
- file:
- path: /etc/peervpn
- owner: root
- group: root
- mode: 0700
- state: directory
- tags:
- - peervpn
-
-- name: Copy PeerVPN configuration file
- template:
- src: etc/peervpn/peervpn.conf.j2
- dest: /etc/peervpn/peervpn.conf
- owner: root
- group: root
- mode: 0600
- notify: Restart PeerVPN
- tags:
- - peervpn
-
-- name: Enable and start PeerVPN
- service:
- name: peervpn
- enabled: yes
- state: started
- tags:
- - peervpn
diff --git a/roles/peervpn/templates/etc/peervpn/peervpn.conf.j2 b/roles/peervpn/templates/etc/peervpn/peervpn.conf.j2
deleted file mode 100644
index c17d6c8..0000000
--- a/roles/peervpn/templates/etc/peervpn/peervpn.conf.j2
+++ /dev/null
@@ -1,259 +0,0 @@
-## ******************************
-## * PeerVPN configuration file *
-## ******************************
-
-
-
-## Option: networkname
-## Description: Specifies the virtual network name. PeerVPN will
-## only accept peers that use the same network name.
-## The default name is "PEERVPN".
-## Example: networkname PEERVPN
-
-{% if peervpn_conf_networkname is defined %}
-networkname {{peervpn_conf_networkname}}
-{% endif %}
-
-
-## Option: psk
-## Description: Specifies the PSK for the network. It can be a
-## password that is up to 512 characters long.
-## It is recommended to use a minimum of 8 characters.
-## If unspecified, the PSK will be set to "default".
-## Example: psk mytopsecretpassword
-
-{% if peervpn_conf_psk is defined %}
-psk {{peervpn_conf_psk}}
-{% endif %}
-
-
-## Option: initpeers [ ]*
-## Description: Specifies a list of peers that PeerVPN should
-## connect to initially. When the connection to the
-## network is lost, PeerVPN will try to reconnect to
-## these peers.
-## Example: initpeers 10.8.6.4 1234
-## initpeers 2001:DB8:1337::1 5678
-## initpeers 10.8.6.4 1234 10.12.10.8 6420
-## initpeers example.com 7000
-## initpeers example.com 7000 example.net 7000 example.org 7000
-
-{% if peervpn_conf_initpeers is defined %}
-initpeers {{peervpn_conf_initpeers}}
-{% endif %}
-
-
-## Option: enabletunneling
-## Description: Enables ethernet tunneling using a TAP device. This
-## should be disabled if this node is intended solely
-## for assisting peer discovery and/or relaying.
-## Defaults to "yes".
-## Example: enabletunneling yes
-
-{% if peervpn_conf_enabletunneling is defined %}
-enabletunneling {{peervpn_conf_enabletunneling}}
-{% endif %}
-
-
-## Option: interface
-## Description: Specifies the name of the TAP device that should be
-## used for ethernet tunneling.
-## Note: On some operating systems (e.g. FreeBSD), TAP
-## device names must start with the string "tap".
-## Example: interface tap0
-## interface peervpn0
-
-{% if peervpn_conf_interface is defined %}
-interface {{peervpn_conf_interface}}
-{% endif %}
-
-
-## Option: ifconfig4 /
-## Description: Defines the IPv4 address and the prefix length that
-## should be assigned to the TAP device.
-## Example: ifconfig4 10.1.2.3/24
-## ifconfig4 172.16.17.18/24
-
-{% if peervpn_conf_ifconfig4 is defined %}
-ifconfig4 {{peervpn_conf_ifconfig4}}
-{% endif %}
-
-
-## Option: ifconfig6 /
-## Description: Defines the IPv6 address and the prefix length that
-## should be assigned to the TAP device.
-## Example: ifconfig6 2001:db8:1:2::3/64
-## ifconfig6 fc00:db8:1:2::3/64
-
-{% if peervpn_conf_ifconfig6 is defined %}
-ifconfig6 {{peervpn_conf_ifconfig6}}
-{% endif %}
-
-
-## Option: upcmd
-## Description: Defines a shell command that will be executed after
-## the TAP device has been opened.
-## Example: upcmd echo virtual interface is up
-
-{% if peervpn_conf_upcmd is defined %}
-upcmd {{peervpn_conf_upcmd}}
-{% endif %}
-
-
-## Option: local
-## Description: Specifies which local address PeerVPN should use.
-## If unspecified, PeerVPN will listen on all available
-## addresses.
-## Example: local 0.0.0.0
-## local 192.168.12.34
-## local ::
-
-{% if peervpn_conf_local is defined %}
-local {{peervpn_conf_local}}
-{% endif %}
-
-
-## Option: port
-## Description: Specifies which UDP port PeerVPN should use.
-## If unspecified, the port number will be selected
-## automatically.
-## Example: port 7000
-
-{% if peervpn_conf_port is defined %}
-port {{peervpn_conf_port}}
-{% endif %}
-
-
-## Option: sockmark <0|1..N>
-## Description: If set to a value that is greater than zero, packets
-## generated by the PeerVPN process will be marked
-## internally with the specified value. This feature is
-## currently only available in Linux, and can be used
-## in combination with iproute2 for policy routing
-## setups (e.g. "ip rule add fwmark <1..N> [...]").
-## Defaults to "0" (disabled).
-## Example: sockmark 42
-
-{% if peervpn_conf_sockmark is defined %}
-sockmark {{peervpn_conf_sockmark}}
-{% endif %}
-
-
-## Option: enableipv4
-## Description: Enables IPv4 sockets.
-## Defaults to "yes".
-## Example: enableipv4 yes
-
-{% if peervpn_conf_enableipv4 is defined %}
-enableipv4 {{peervpn_conf_enableipv4}}
-{% endif %}
-
-
-## Option: enableipv6
-## Description: Enables IPv6 sockets.
-## Defaults to "yes".
-## Example: enableipv6 yes
-
-{% if peervpn_conf_enableipv6 is defined %}
-enableipv6 {{peervpn_conf_enableipv6}}
-{% endif %}
-
-## Option: enablenat64clat
-## Description: Enables NAT64 CLAT support.
-## If this is enabled and there is no native IPv4
-## connectivity, PeerVPN will attempt to contact IPv4
-## peers using NAT64 packets via a IPv6 socket instead.
-## This requires a NAT64 gateway which will translate
-## packets going to the 64:ff9b::/96 prefix.
-## Defaults to "no".
-## Example: enablenat64clat yes
-
-{% if peervpn_conf_enablenat64clat is defined %}
-enablenat64clat {{peervpn_conf_enablenat64clat}}
-{% endif %}
-
-
-## Option: enablendpcache
-## Description: Enables caching of tunneled IPv6 NDP messages. This
-## can improve performance by reducing the amount of
-## NDP multicast messages that need to be sent.
-## Defaults to "no".
-## Example: enablendpcache yes
-
-{% if peervpn_conf_enablendpcache is defined %}
-enablendpcache {{peervpn_conf_enablendpcache}}
-{% endif %}
-
-
-## Option: enablerelay
-## Description: Allows other nodes in the network to relay their
-## traffic through this node if they cannot establish a
-## direct connection to each other.
-## Defaults to "no".
-## Example: enablerelay yes
-
-{% if peervpn_conf_enablerelay is defined %}
-enablerelay {{peervpn_conf_enablerelay}}
-{% endif %}
-
-
-## Option: engine []*
-## Description: Specifies one or more OpenSSL engines that should be
-## loaded to provide hardware crypto acceleration.
-## Example: engine padlock
-
-{% if peervpn_conf_engine is defined %}
-engine {{peervpn_conf_engine}}
-{% endif %}
-
-
-## Option: enableprivdrop
-## Description: If enabled, the PeerVPN process will automatically
-## try to drop its privileges after finishing its
-## initialization. If a certain configuration is
-## desired, the options "user", "group" and "chroot"
-## should be set too.
-## Example: enableprivdrop yes
-
-{% if peervpn_conf_enableprivdrop is defined %}
-enableprivdrop {{peervpn_conf_enableprivdrop}}
-{% endif %}
-
-
-## Option: user
-## Description: Specifies the UNIX username that the PeerVPN process
-## will switch to after initialization. This is useful
-## if PeerVPN is started with root privileges (which is
-## necessary for TAP device initialization). An
-## username with minimal rights should be selected.
-## Example: user nobody
-
-{% if peervpn_conf_user is defined %}
-user {{peervpn_conf_user}}
-{% endif %}
-
-
-## Option: group
-## Description: Specifies the UNIX group that the PeerVPN process
-## will switch to after initialization.
-## Example: group nogroup
-
-{% if peervpn_conf_group is defined %}
-group {{peervpn_conf_group}}
-{% endif %}
-
-
-## Option: chroot
-## Description: Specifies the directory that the PeerVPN process
-## will chroot to after initialization.
-## Note: Currently, DNS queries will not work anymore
-## if this option is enabled. The "initpeers" option
-## should only contain IP addresses in this case, not
-## domain names.
-## If unspecified, no chroot will be done.
-## Example: chroot /var/empty
-
-{% if peervpn_conf_chroot is defined %}
-chroot {{peervpn_conf_chroot}}
-{% endif %}
-
diff --git a/roles/peervpn/templates/etc/systemd/system/peervpn.service.j2 b/roles/peervpn/templates/etc/systemd/system/peervpn.service.j2
deleted file mode 100644
index 14ba149..0000000
--- a/roles/peervpn/templates/etc/systemd/system/peervpn.service.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=PeerVPN network service
-Wants=network-online.target
-After=network-online.target
-ConditionPathExists=/etc/peervpn/peervpn.conf
-
-[Service]
-Type=simple
-ExecStart={{peervpn_dest}}/peervpn /etc/peervpn/peervpn.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/peervpn/tests/inventory b/roles/peervpn/tests/inventory
deleted file mode 100644
index d18580b..0000000
--- a/roles/peervpn/tests/inventory
+++ /dev/null
@@ -1 +0,0 @@
-localhost
\ No newline at end of file
diff --git a/roles/peervpn/tests/test.yml b/roles/peervpn/tests/test.yml
deleted file mode 100644
index 5edf9dd..0000000
--- a/roles/peervpn/tests/test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: localhost
- remote_user: root
- roles:
- - peervpn
\ No newline at end of file
diff --git a/roles/peervpn/vars/main.yml b/roles/peervpn/vars/main.yml
deleted file mode 100644
index ed97d53..0000000
--- a/roles/peervpn/vars/main.yml
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/roles/proxy/tasks/main.yml b/roles/proxy/tasks/main.yml
index d5447ce..2d40867 100644
--- a/roles/proxy/tasks/main.yml
+++ b/roles/proxy/tasks/main.yml
@@ -38,6 +38,7 @@
value: 1
sysctl_set: True
reload: True
+ when: inventory_hostname == tinc_primary_router
- name: Allow ip forwarding (iptables)
iptables:
diff --git a/roles/tinc/tasks/main.yml b/roles/tinc/tasks/main.yml
index 33e1fa9..10864d7 100644
--- a/roles/tinc/tasks/main.yml
+++ b/roles/tinc/tasks/main.yml
@@ -1,23 +1,23 @@
---
-- name: install tinc
+- name: Install tinc
apt:
name: tinc
state: latest
-- name: ensure tinc netname directory exists
+- name: Ensure tinc netname directory exists
file:
path: /etc/tinc/{{ netname }}/hosts
recurse: True
state: directory
-- name: create /etc/tinc/nets.boot file from template
+- name: Create /etc/tinc/nets.boot file from template
template:
src: nets.boot.j2
dest: /etc/tinc/nets.boot
notify:
- restart tinc
-- name: ensure tinc.conf contains connection to all other nodes
+- name: Ensure tinc.conf contains connection to all other nodes
template:
src: tinc.conf.j2
dest: /etc/tinc/{{ netname }}/tinc.conf
@@ -25,7 +25,7 @@
- restart tinc
- reload tinc
-- name: create tinc-up file
+- name: Create tinc-up file
template:
src: tinc-up.j2
dest: /etc/tinc/{{ netname }}/tinc-up
@@ -33,7 +33,7 @@
notify:
- restart tinc
-- name: create tinc-down file
+- name: Create tinc-down file
template:
src: tinc-down.j2
dest: /etc/tinc/{{ netname }}/tinc-down
@@ -41,10 +41,12 @@
notify:
- restart tinc
-- name: ensure tinc hosts file binds to scaleway dns address
+- name: Ensure tinc hosts file binds to scaleway dns address
block:
- - shell: "/usr/local/bin/scw-metadata ID"
+ - name: Gather Scaleway instance ID
+ shell: "/usr/local/bin/scw-metadata ID"
register: scw_id
+ changed_when: no
- lineinfile:
dest: /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
@@ -54,7 +56,7 @@
- restart tinc
when: tinc_ignore_scaleway_dns | default(False) | bool == False
-- name: ensure tinc hosts file binds to physical ip address
+- name: Ensure tinc hosts file binds to physical ip address
lineinfile:
dest: /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
line: |-
@@ -69,7 +71,7 @@
- restart tinc
when: tinc_ignore_scaleway_dns | default(False) | bool == True
-- name: ensure subnet ip address is properly set in tinc host file
+- name: Ensure subnet ip address is properly set in tinc host file
lineinfile:
dest: /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
line: "Subnet = {{ vpn_ip }}/{{ vpn_subnet_cidr_netmask }}"
@@ -78,33 +80,33 @@
- restart tinc
# in case of multimaster we need to add a subnet line
-- name: ensure that keepalived ip is properly set in tinc host file on k8s_masters
+- name: Ensure that keepalived ip is properly set in tinc host file on k8s_masters
lineinfile:
dest: /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
line: "Subnet = {{ api_floating_ip }}/{{ vpn_subnet_cidr_netmask }}"
create: yes
when: groups.k8s_masters | length > 1
-- name: check whether /etc/tinc/netname/hosts/inventory_hostname contains "-----END RSA PUBLIC KEY-----"
+- name: Check whether /etc/tinc/netname/hosts/inventory_hostname contains "-----END RSA PUBLIC KEY-----"
command: awk '/^-----END RSA PUBLIC KEY-----$/' /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
changed_when: "public_key.stdout != '-----END RSA PUBLIC KEY-----'"
register: public_key
# this is necessary because the public key will not be generated (non-interactively) if the private key already exists
-- name: delete private key and regenerate keypair if public key is absent from tinc hosts file
+- name: Delete private key and regenerate keypair if public key is absent from tinc hosts file
file:
path: /etc/tinc/{{ netname }}/rsa_key.priv
state: absent
when: public_key.changed
-- name: create tinc private key (and append public key to tincd hosts file)
+- name: Create tinc private key (and append public key to tincd hosts file)
shell: tincd -n {{ netname }} -K4096
args:
creates: /etc/tinc/{{ netname }}/rsa_key.priv
notify:
- restart tinc
-- name: fetch tinc hosts file after key creation
+- name: Fetch tinc hosts file after key creation
fetch:
src: /etc/tinc/{{ netname }}/hosts/{{ inventory_hostname }}
dest: fetch/{{ inventory_hostname }}
@@ -112,7 +114,7 @@
notify:
- reload tinc
-- name: sync the fetched tinc hosts files on each host
+- name: Sync the fetched tinc hosts files on each host
synchronize:
src: fetch/
dest: /etc/tinc/{{ netname }}/hosts/
@@ -122,13 +124,13 @@
- meta: flush_handlers
-- name: start tinc on boot
+- name: Start tinc on boot
systemd:
name: tinc
enabled: yes
state: started
-- name: ensure tun0 exists
+- name: Ensure tun0 exists
shell: "ip a s"
register: result
until: result.stdout.find("tun0") != -1
@@ -136,7 +138,7 @@
delay: 10
changed_when: False
-- name: add nodes to /etc/hosts (ansible_inventory resolves to vpn_ip)
+- name: Add nodes to /etc/hosts (ansible_inventory resolves to vpn_ip)
lineinfile: dest=/etc/hosts regexp='.*{{ item }}$' line="{{ hostvars[item].vpn_ip }} {{item}}" state=present
when: hostvars[item].vpn_ip is defined
with_items: "{{ play_hosts }}"
diff --git a/roles/tinc/templates/tinc.conf.j2 b/roles/tinc/templates/tinc.conf.j2
index 48098b9..9f660df 100644
--- a/roles/tinc/templates/tinc.conf.j2
+++ b/roles/tinc/templates/tinc.conf.j2
@@ -2,7 +2,7 @@ Name = {{ inventory_hostname }}
AddressFamily = ipv4
Interface = {{ vpn_interface }}
Mode = switch
-{% for host in play_hosts %}
+{% for host in play_hosts | sort %}
{% if inventory_hostname != hostvars[host]['inventory_hostname'] %}
ConnectTo = {{ hostvars[host]['inventory_hostname'] }}
{% endif %}