Skip to content
Snippets Groups Projects
Select Git revision
  • e707f78899bef53af4fcc033e3aec8ae412ac4c0
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

fcos.md

Blame
    • spaced's avatar
      c2cf0d99
      add containerd on fedora CoreOS (#7794) · c2cf0d99
      spaced authored
      * set selinux type t_etc if selinux state is enforcing
      
      * workaround with update repo is no longer needed
      remove comments about failing playbook
      
      * grubby is not available in distros using ostree
      
      * remove docker support because removed in fcos
      update install script example with live rootfs
      
      * do not call grubby on ostree based distro
      
      * update docs enabling containerd on fedora coreos
      c2cf0d99
      History
      add containerd on fedora CoreOS (#7794)
      spaced authored
      * set selinux type t_etc if selinux state is enforcing
      
      * workaround with update repo is no longer needed
      remove comments about failing playbook
      
      * grubby is not available in distros using ostree
      
      * remove docker support because removed in fcos
      update install script example with live rootfs
      
      * do not call grubby on ostree based distro
      
      * update docs enabling containerd on fedora coreos
    ansible.cfg 351 B
    [defaults]
    roles_path = ../roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
    library = ../plugins/modules:~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules
    module_utils = ../plugins/module_utils:~/.ansible/plugins/module_utils:/usr/share/ansible/plugins/module_utils
    host_key_checking = false
    inject_facts_as_vars = false