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

(Importing a new version from external source)
m (FuzzyBot moved page Translations:OpenStack/34/en to Translations:Managing your cloud resources with OpenStack/34/en without leaving a redirect: Part of translatable page "OpenStack")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
#cloud-config
#cloud-config
  users:
  users:
   - default
   - default
   - name: sysadmin
   - name: gretzky
     shell: /bin/bash
     shell: /bin/bash
     sudo: ALL=(ALL) NOPASSWD:ALL
     sudo: ALL=(ALL) NOPASSWD:ALL
     ssh_authorized_keys:
     ssh_authorized_keys:
       - <Insert public key>
       - <Gretzky's public key goes here>
   - name: user
   - name: lemieux
     shell: /bin/bash
     shell: /bin/bash
     ssh_authorized_keys:
     ssh_authorized_keys:
       - <Insert public key>
       - <Lemieux's public key goes here>

Latest revision as of 18:42, 8 November 2022

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:
   - default
   - 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>
#cloud-config
users:
  - default
  - 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>