[00:15] phunyguy: I left some questions and requested changes in the PR. Generally looks good though thanks for taking a crack at that :) [13:56] Hi all, how do i create a user called `admin` using the cloud-init user-data file. upon running the config in an LXC container I get the following [13:56] Stderr: useradd: group admin exists - if you want to add this user to that group, use -g. [13:56] How to explicitly tell cloud-init not to create a group as the same as the name of the user in the case of `admin` [14:13] SDes91: in your "users:" entry for that user also specify "no_user_group: true". This is in the cloud-init docs. [14:48] holmanb: aciba I added a new security label and CCd some security reviewers for any PRs that are related to changes security behavior in cloud-init. I've cc'd a couple of Canonical security folks on your PR https://github.com/canonical/cloud-init/pull/1618 [14:48] Pull 1618 in canonical/cloud-init "ssh_util: Handle sshd_config.d folder" [Open] [14:49] FWIW labelling PRs as "security" is the same practice we defined in UA as well to get security attention there too. [14:55] blackboxsw: thanks for the tag and info [17:35] holmanb: review finally in on https://github.com/canonical/cloud-init/pull/1579 [17:35] Pull 1579 in canonical/cloud-init "Add Ansible Config Module" [Open] [17:35] holmanb: thanks for the patience there === bahamat_ is now known as bahamat [19:53] aciba: I deleted offending/stale package build recipes https://code.launchpad.net/~cloud-init-dev/+recipes since we aren't running integration tests or publishing cloud-init to ubuntu Xenial or Impish anymore. [22:11] woo hoo holmanb EOW on a high note https://github.com/canonical/cloud-init/pull/1579 merged [22:11] Pull 1579 in canonical/cloud-init "Add Ansible Config Module" [Merged] [22:24] @blackboxsw \o/ thanks for the reviews :) [22:41] phunyguy: Thanks for the responses on your PR. [22:43] phunyguy: If it's alright with you I'd like to merge what you contributed into that branch and layer my suggestions on top of your commits before cleaning it up for review by other devs. [22:46] phunyguy: planning to attribute that work to you with `Co-authored-by ...` [22:47] phunyguy: how does that sound? [22:48] If you'd prefer to upstream it yourself that would be an option as well. Let me know your thoughts [23:29] I'm following the directions on https://wiki.archlinux.org/title/Install_Arch_Linux_via_SSH#Installation_on_a_headless_server and I've got the {meta,user}-data files on my CIDATA device. When I boot up archiso, the files are in the correct places, but iwd does not connect. If I add the psk using other methods, like using the script boot parameter, it works. What am I doing wrong?