Translations:Managing your cloud resources with OpenStack/31/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
#cloud-config
#cloud-config
  users:
  users:
   - name: gretzky
   - name: sysadmin
     shell: /bin/bash
     shell: /bin/bash
     sudo: ALL=(ALL) NOPASSWD:ALL
     sudo: ALL=(ALL) NOPASSWD:ALL
     ssh_authorized_keys:
     ssh_authorized_keys:
       - <Gretzky's public key goes here>
       - <Insert public key>
   - name: lemieux
   - name: user
     shell: /bin/bash
     shell: /bin/bash
     ssh_authorized_keys:
     ssh_authorized_keys:
       - <Lemieux's public key goes here>
       - <Insert public key>

Revision as of 14:21, 10 November 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Managing your cloud resources with OpenStack)
 #cloud-config
 users:
   - name: gretzky
     shell: /bin/bash
     sudo: ALL=(ALL) NOPASSWD:ALL
     ssh_authorized_keys:
       - <Gretzky's public key goes here>
   - name: lemieux
     shell: /bin/bash
     ssh_authorized_keys:
       - <Lemieux's public key goes here>
  1. cloud-config
users:
  - name: sysadmin
    shell: /bin/bash
    sudo: ALL=(ALL) NOPASSWD:ALL
    ssh_authorized_keys:
      - <Insert public key>
  - name: user
    shell: /bin/bash
    ssh_authorized_keys:
      - <Insert public key>