Skip to content
  1. Oct 26, 2017
    • abelgana's avatar
      Sysctl reload if needed after IP forward enabling · d9160f19
      abelgana authored
      Add reload yes to reload sysctl if the value of net.ipv4.ip_forward changes.
      
      - name: Enable ip forwarding
        sysctl:
          sysctl_file: "{{sysctl_file_path}}"
          name: net.ipv4.ip_forward
          value: 1
          state: present
          reload: yes
        tags:
          - bootstrap-os
      d9160f19
  2. Oct 20, 2017
  3. Oct 18, 2017
    • pmontanari's avatar
      Update main.yml (#1822) · 20d80311
      pmontanari authored
      * Update main.yml
      
      Needs to set up resolv.conf before updating Yum cache otherwise no name resolution available (resolv.conf empty).
      
      * Update main.yml
      
      Removing trailing spaces
      20d80311
  4. Oct 17, 2017
  5. Oct 16, 2017
  6. Oct 11, 2017
    • Vijay Katam's avatar
      Rename dns_server, add var for selinux. (#1572) · 27ed73e3
      Vijay Katam authored
      * Rename dns_server to dnsmasq_dns_server so that it includes role prefix
      as the var name is generic and conflicts when integrating with existing ansible automation.
      *  Enable selinux state to be configurable with new var preinstall_selinux_state
      27ed73e3
    • Matthew Mosesohn's avatar
      Improve proxy (#1771) · eb0dcf60
      Matthew Mosesohn authored
      * Set no_proxy to all local ips
      
      * Use proxy settings on all necessary tasks
      eb0dcf60
  7. Oct 06, 2017
  8. Oct 05, 2017
  9. Oct 04, 2017
  10. Sep 29, 2017
  11. Sep 27, 2017
  12. Sep 25, 2017
  13. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  14. Sep 10, 2017
  15. Aug 28, 2017
  16. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  17. Aug 20, 2017
  18. Jul 20, 2017
  19. Jul 17, 2017
  20. Jun 30, 2017
  21. Jun 16, 2017
  22. Apr 26, 2017
  23. Apr 20, 2017
  24. Mar 17, 2017
  25. Mar 15, 2017
  26. Mar 06, 2017
  27. Mar 02, 2017
  28. Mar 01, 2017
    • Vijay Katam's avatar
      Add support for atomic host · a0b1eda1
      Vijay Katam authored
      Updates based on feedback
      
      Simplify checks for file exists
      
      remove invalid char
      
      Review feedback. Use regular systemd file.
      
      Add template for docker systemd atomic
      a0b1eda1
  29. Feb 28, 2017
  30. Feb 27, 2017
  31. Feb 23, 2017
  32. Feb 18, 2017
    • Abel Lopez's avatar
      Safe disable SELinux · 0bfc2d0f
      Abel Lopez authored
      Sometimes, a sysadmin might outright delete the SELinux rpms and
      delete the configuration. This causes the selinux module to fail
      with
      ```
      IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
      "module_stdout": "", "msg": "MODULE FAILURE"}
      ```
      
      This simply checks that /etc/selinux/config exists before we try
      to set it Permissive.
      
      Update from feedback
      0bfc2d0f
    • Andrew Greenwood's avatar
      Cleanup legacy syntax, spacing, files all to yml · ca9ea097
      Andrew Greenwood authored
      Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks
      Cleanup some spacing in various files
      Rename some files named yaml to yml for consistancy
      ca9ea097
Loading