404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.12.147.104: ~ $
#cloud-config
#
# This is an example file to automatically install chef-client and run a 
# list of recipes when the instance boots for the first time.
# Make sure that this file is valid yaml before starting instances.
# It should be passed as user-data when starting the instance.
#
# This example assumes the instance is 11.10 (oneiric)


# The default is to install from packages. 

# Key from http://apt.opscode.com/packages@opscode.com.gpg.key
apt:
  sources:
     source1: 
        source: "deb http://apt.opscode.com/ $RELEASE-0.10 main"
        key: |
         -----BEGIN PGP PUBLIC KEY BLOCK-----
         Version: GnuPG v1.4.9 (GNU/Linux)

         mQGiBEppC7QRBADfsOkZU6KZK+YmKw4wev5mjKJEkVGlus+NxW8wItX5sGa6kdUu
         twAyj7Yr92rF+ICFEP3gGU6+lGo0Nve7KxkN/1W7/m3G4zuk+ccIKmjp8KS3qn99
         dxy64vcji9jIllVa+XXOGIp0G8GEaj7mbkixL/bMeGfdMlv8Gf2XPpp9vwCgn/GC
         JKacfnw7MpLKUHOYSlb//JsEAJqao3ViNfav83jJKEkD8cf59Y8xKia5OpZqTK5W
         ShVnNWS3U5IVQk10ZDH97Qn/YrK387H4CyhLE9mxPXs/ul18ioiaars/q2MEKU2I
         XKfV21eMLO9LYd6Ny/Kqj8o5WQK2J6+NAhSwvthZcIEphcFignIuobP+B5wNFQpe
         DbKfA/0WvN2OwFeWRcmmd3Hz7nHTpcnSF+4QX6yHRF/5BgxkG6IqBIACQbzPn6Hm
         sMtm/SVf11izmDqSsQptCrOZILfLX/mE+YOl+CwWSHhl+YsFts1WOuh1EhQD26aO
         Z84HuHV5HFRWjDLw9LriltBVQcXbpfSrRP5bdr7Wh8vhqJTPjrQnT3BzY29kZSBQ
         YWNrYWdlcyA8cGFja2FnZXNAb3BzY29kZS5jb20+iGAEExECACAFAkppC7QCGwMG
         CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRApQKupg++Caj8sAKCOXmdG36gWji/K
         +o+XtBfvdMnFYQCfTCEWxRy2BnzLoBBFCjDSK6sJqCu5Ag0ESmkLtBAIAIO2SwlR
         lU5i6gTOp42RHWW7/pmW78CwUqJnYqnXROrt3h9F9xrsGkH0Fh1FRtsnncgzIhvh
         DLQnRHnkXm0ws0jV0PF74ttoUT6BLAUsFi2SPP1zYNJ9H9fhhK/pjijtAcQwdgxu
         wwNJ5xCEscBZCjhSRXm0d30bK1o49Cow8ZIbHtnXVP41c9QWOzX/LaGZsKQZnaMx
         EzDk8dyyctR2f03vRSVyTFGgdpUcpbr9eTFVgikCa6ODEBv+0BnCH6yGTXwBid9g
         w0o1e/2DviKUWCC+AlAUOubLmOIGFBuI4UR+rux9affbHcLIOTiKQXv79lW3P7W8
         AAfniSQKfPWXrrcAAwUH/2XBqD4Uxhbs25HDUUiM/m6Gnlj6EsStg8n0nMggLhuN
         QmPfoNByMPUqvA7sULyfr6xCYzbzRNxABHSpf85FzGQ29RF4xsA4vOOU8RDIYQ9X
         Q8NqqR6pydprRFqWe47hsAN7BoYuhWqTtOLSBmnAnzTR5pURoqcquWYiiEavZixJ
         3ZRAq/HMGioJEtMFrvsZjGXuzef7f0ytfR1zYeLVWnL9Bd32CueBlI7dhYwkFe+V
         Ep5jWOCj02C1wHcwt+uIRDJV6TdtbIiBYAdOMPk15+VBdweBXwMuYXr76+A7VeDL
         zIhi7tKFo6WiwjKZq0dzctsJJjtIfr4K4vbiD9Ojg1iISQQYEQIACQUCSmkLtAIb
         DAAKCRApQKupg++CauISAJ9CxYPOKhOxalBnVTLeNUkAHGg2gACeIsbobtaD4ZHG
         0GLl8EkfA8uhluM=
         =zKAm
         -----END PGP PUBLIC KEY BLOCK-----

chef:

  # 11.10 will fail if install_type is "gems" (LP: #960576)
  install_type: "packages"

  # Chef settings
  server_url: "https://chef.yourorg.com:4000"

  # Node Name
  # Defaults to the instance-id if not present
  node_name: "your-node-name"

  # Environment
  # Defaults to '_default' if not present
  environment: "production"

  # Default validation name is chef-validator
  validation_name: "yourorg-validator"

  # value of validation_cert is not used if validation_key defined,
  # but variable needs to be defined (LP: #960547)
  validation_cert: "unused"
  validation_key: |
    -----BEGIN RSA PRIVATE KEY-----
    YOUR-ORGS-VALIDATION-KEY-HERE
    -----END RSA PRIVATE KEY-----

  # A run list for a first boot json
  run_list:
   - "recipe[apache2]"
   - "role[db]"

  # Specify a list of initial attributes used by the cookbooks
  initial_attributes:
    apache:
      prefork:
        maxclients: 100
      keepalive: "off"


# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues
output: {all: '| tee -a /var/log/cloud-init-output.log'}

Filemanager

Name Type Size Permission Actions
seed Folder 0755
cloud-config-add-apt-repos.txt File 1.54 KB 0644
cloud-config-ansible-controller.txt.gz File 4.31 KB 0644
cloud-config-ansible-managed.txt File 3.73 KB 0644
cloud-config-ansible-pull.txt File 334 B 0644
cloud-config-apt.txt.gz File 5.13 KB 0644
cloud-config-archive-launch-index.txt File 802 B 0644
cloud-config-archive.txt File 239 B 0644
cloud-config-boot-cmds.txt File 636 B 0644
cloud-config-ca-certs.txt File 1.16 KB 0644
cloud-config-chef-oneiric.txt File 3.53 KB 0644
cloud-config-chef.txt.gz File 2.57 KB 0644
cloud-config-datasources.txt File 2.27 KB 0644
cloud-config-disk-setup.txt.gz File 2.83 KB 0644
cloud-config-gluster.txt File 456 B 0644
cloud-config-install-packages.txt File 383 B 0644
cloud-config-launch-index.txt File 570 B 0644
cloud-config-lxd.txt File 1.77 KB 0644
cloud-config-mount-points.txt File 1.47 KB 0644
cloud-config-ntp.txt File 835 B 0644
cloud-config-reporting.txt File 335 B 0644
cloud-config-run-cmds.txt File 963 B 0644
cloud-config-ssh-keys.txt File 3.57 KB 0644
cloud-config-update-apt.txt File 229 B 0644
cloud-config-update-packages.txt File 93 B 0644
cloud-config-user-groups.txt.gz File 2.8 KB 0644
cloud-config-wireguard.txt File 1.16 KB 0644
cloud-config-write-files.txt File 1.05 KB 0644
cloud-config-yum-repo.txt File 639 B 0644
cloud-config.txt.gz File 8.9 KB 0644
include-once.txt File 353 B 0644
include.txt File 434 B 0644
kernel-cmdline.txt File 1 KB 0644
part-handler-v2.txt File 1.53 KB 0644
part-handler.txt File 806 B 0644
plain-ignored.txt File 68 B 0644
user-script.txt File 125 B 0644