Skip to content

Instantly share code, notes, and snippets.

View gstorme's full-sized avatar

Gregory Storme gstorme

View GitHub Profile
@gstorme
gstorme / gist:97b6604251b75c37a45ee0fa2841b074
Created November 17, 2017 12:51
failed debian9 guest customization
DEBUG: New hostname=[myhostname]
DEBUG: New FQDN=[myhostname.domain.local]
DEBUG: opening file /etc/hosts.
DEBUG: Line (inp): 127.0.0.1 localhost
DEBUG: Line (inp): 127.0.1.1 debian
DEBUG: Replacing [debian]
DEBUG: Replacing [debian]
DEBUG: Adding [myhostname.domain.local]
root@debian:/home/gregory#ansible-playbook -u core -b kargo/cluster.yml
PLAY [localhost] ****************************************************************************************************************************************************************************************************************************
TASK [kargo-defaults : Configure defaults] **************************************************************************************************************************************************************************************************
ok: [localhost] => {
 "changed": false, 
 "msg": "Check roles/kargo-defaults/defaults/main.yml"
}
@gstorme
gstorme / config.json
Created May 5, 2017 11:43
container linux config ignition
{
"ignition": {
"version": "2.0.0",
"config": {}
},
"storage": {
"files": [
{
"filesystem": "root",
"path": "/etc/coreos/update.conf",