Skip to content

Instantly share code, notes, and snippets.

@vincentvdk
Created June 6, 2013 14:51
Show Gist options
  • Save vincentvdk/5722090 to your computer and use it in GitHub Desktop.
Save vincentvdk/5722090 to your computer and use it in GitHub Desktop.
ansible schema converted to ldif for easy import
dn: cn=ansible,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: ansible
olcAttributeTypes: {0}( 1.3.6.1.4.1.7637.70.1.2.1 NAME 'ansibleVar' DESC 'A va
riable=value setting for an Ansible host' EQUALITY caseIgnoreMatch SUBSTR cas
eIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
olcObjectClasses: {0}( 1.3.6.1.4.1.7637.70.1.1.1 NAME 'ansibleHost' DESC 'Ansi
ble host entry' SUP top AUXILIARY MAY ansibleVar )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment