Last active
March 7, 2017 21:19
-
-
Save baamenabar/24224479276a97e7a58e93fd1ae4bca6 to your computer and use it in GitHub Desktop.
Cloud Config for flyimg in DIgitalocean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
users: | |
- name: leopold | |
groups: sudo | |
shell: /bin/bash | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
package_upgrade: true | |
packages: | |
- git | |
- docker.io | |
write_files: | |
- path: /var/whitelist_domains.txt | |
content: | | |
mozilla.org | |
medula.cl | |
runcmd: | |
- wget https://gist.githubusercontent.com/baamenabar/2a825178318d27fc20abfe5a413b45eb/raw/716e8650de3d37df49e5e5f8fc17a7772eb3e167/udus.sh | |
- chmod 700 udus.sh && ./udus.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment